]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_DimNotFoundInArrayException.php
Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / exceptions / main / class_DimNotFoundInArrayException.php
index f65a01afbc116dc062d2aee9e740a381da5b03c0..484a41438befddfe8f978d8d4bb752f5c7c8adec 100644 (file)
@@ -19,7 +19,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class DimNotFoundInArrayException extends FrameworkException {
        /**
@@ -29,7 +29,7 @@ class DimNotFoundInArrayException extends FrameworkException {
         * @param               $code           Code number for the exception
         * @return      void
         */
-       public final function __construct ($class, $code) {
+       public function __construct (BaseFrameworkSystem $class, $code) {
                if (is_object($class)) {
                        // Add a message around the missing class
                        $message = sprintf("[%s:%d] Abmasse konnten nicht extrahiert werden!",