Better use 'self'.
authorRoland Haeder <roland@mxchange.org>
Mon, 23 Mar 2015 23:58:57 +0000 (00:58 +0100)
committerRoland Haeder <roland@mxchange.org>
Mon, 23 Mar 2015 23:58:57 +0000 (00:58 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/template/class_BaseTemplateEngine.php

index 306867ff7b12ec71077acd39767934e6578a853c..60f5a3cd1433d90e858f91d567c28991b89c49a5 100644 (file)
@@ -712,7 +712,7 @@ class BaseTemplateEngine extends BaseFrameworkSystem {
                                $this->loadTemplate($template, $ext);
                        } else {
                                // Throw it again
-                               throw new FileIoException($fqfn, FrameworkFileInputPointer::EXCEPTION_FILE_NOT_FOUND);
+                               throw new FileIoException($fqfn, self::EXCEPTION_FILE_NOT_FOUND);
                        }
                }