]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/stacker/class_InvalidMagicException.php
Continued:
[core.git] / framework / main / exceptions / stacker / class_InvalidMagicException.php
index ade8fe2f31a7391a60c1099ac8e98954a1a69c6d..54f3f697c4f9648f26dc1c6dc9e0701d2392162d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Own namespace
-namespace Org\Mxchange\CoreFramework\FileStack;
+namespace Org\Mxchange\CoreFramework\Stack\File;
 
 // Import framework stuff
 use Org\Mxchange\CoreFramework\Generic\FrameworkException;
@@ -40,7 +40,7 @@ class InvalidMagicException extends FrameworkException {
                $message = sprintf('data(%d)=%s has a bad magic, expected: %s',
                        strlen($data),
                        $data,
-                       BaseFileStack::STACK_MAGIC
+                       StackableFile::STACK_MAGIC
                );
 
                // Call parent exception constructor