]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/compressor/class_MismatchingCompressorsException.php
Continued:
[core.git] / inc / main / exceptions / compressor / class_MismatchingCompressorsException.php
index 567cac57f3b31619fb8b6872de4c6c73362b1f1c..f54b84e3e3062a672fd0b6af396773127de172a5 100644 (file)
@@ -1,4 +1,7 @@
 <?php
 <?php
+// Own namespace
+namespace CoreFramework\Compressor;
+
 /**
  * An exception thrown when compressors are mismatching
  *
 /**
  * An exception thrown when compressors are mismatching
  *
@@ -7,6 +10,7 @@
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
+ * @todo               Rename to CompressorMismatchException
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -45,7 +49,5 @@ class MismatchingCompressorsException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
 
-// [EOF]
-?>
+}