diff options
Diffstat (limited to 'src/Exceptions/LoaderException.php')
-rw-r--r-- | src/Exceptions/LoaderException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Exceptions/LoaderException.php b/src/Exceptions/LoaderException.php index ce962f0..bfbd4c3 100644 --- a/src/Exceptions/LoaderException.php +++ b/src/Exceptions/LoaderException.php @@ -26,7 +26,7 @@ class LoaderException extends \Exception * Constructor. * * @param string $msg the message of this exception - * @param string $name the character that produced this exception + * @param string $name the character that produced this exception * @param int $code the code of this error */ public function __construct($msg = '', $name = '', $code = 0) |