]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/feature/class_FeatureMethodNotCallableException.php
Continued:
[core.git] / inc / main / exceptions / feature / class_FeatureMethodNotCallableException.php
index 7f07ea9503488f043266f00eab5744041a1e9309..b8f35d43ff2ec0370dcf2066015c469cd767281c 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Feature;
+
 /**
  * Thrown if a given feature's method is not callable
  *
@@ -40,7 +43,5 @@ class FeatureMethodNotCallableException extends FrameworkException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}