]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/io/class_FrameworkDirectoryPointer.php
Partial stub message added if no recode extension is found
[core.git] / inc / classes / main / io / class_FrameworkDirectoryPointer.php
index d6249dbb72c1585c2ef33f0030273123a3e2daa2..c25e97bb9f7a1a7bca0b113cdb3b3529040c0e36 100644 (file)
@@ -38,10 +38,6 @@ class FrameworkDirectoryPointer extends BaseFrameworkSystem {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean-up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**
@@ -200,7 +196,7 @@ class FrameworkDirectoryPointer extends BaseFrameworkSystem {
                        $this->dirPointer = $dirPointer;
                } else {
                        // Throw exception
-                       throw new InvalidDirectoryResourceException($this, self::EXCEPTION_INVALID_DIRECTORY_POINTER);
+                       throw new InvalidResourceException($this, self::EXCEPTION_INVALID_RESOURCE);
                }
        }