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