]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_InvalidCommandException.php
Image controller/resolver and fixes:
[shipsimu.git] / inc / classes / exceptions / main / class_InvalidCommandException.php
index 9a1e9e2ec4b8feaae6f3c4324719f8e46c6dbd8f..dd36dba0c9071773717b9ef6bd48044ae90ef464 100644 (file)
@@ -38,6 +38,9 @@ class InvalidCommandException extends FrameworkException {
                        $msgArray[0]->getClassName()
                );
 
+               // Set extra data
+               $this->setExtraData($msgArray[0]->getClassName());
+
                // Call parent constructor
                parent::__construct($message, $code);
        }