diff options
Diffstat (limited to 'src/Exceptions/LexerException.php')
-rw-r--r-- | src/Exceptions/LexerException.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Exceptions/LexerException.php b/src/Exceptions/LexerException.php index 857d09b..9731575 100644 --- a/src/Exceptions/LexerException.php +++ b/src/Exceptions/LexerException.php @@ -10,10 +10,6 @@ use Exception; /** * Exception thrown by the lexer. - * - * @category Exceptions - * - * @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+ */ class LexerException extends Exception { @@ -32,8 +28,6 @@ class LexerException extends Exception public $pos; /** - * Constructor. - * * @param string $msg the message of this exception * @param string $ch the character that produced this exception * @param int $pos the position of the character |