diff options
Diffstat (limited to 'src/Exceptions/LoaderException.php')
-rw-r--r-- | src/Exceptions/LoaderException.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Exceptions/LoaderException.php b/src/Exceptions/LoaderException.php index 4276e80..e3cb283 100644 --- a/src/Exceptions/LoaderException.php +++ b/src/Exceptions/LoaderException.php @@ -29,6 +29,7 @@ class LoaderException extends \Exception * @param string $ch the character that produced this exception * @param int $pos the position of the character * @param int $code the code of this error + * @param mixed $name */ public function __construct($msg = '', $name = '', $code = 0) { |