diff options
Diffstat (limited to 'src/Exceptions/LexerException.php')
-rw-r--r-- | src/Exceptions/LexerException.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Exceptions/LexerException.php b/src/Exceptions/LexerException.php index 53327ed..886e662 100644 --- a/src/Exceptions/LexerException.php +++ b/src/Exceptions/LexerException.php @@ -1,5 +1,11 @@ <?php +/** + * Exception thrown by the lexer. + * + * @package SqlParser + * @subpackage Exceptions + */ namespace SqlParser\Exceptions; use SqlParser\Token; |