summaryrefslogtreecommitdiffstats
path: root/src/Exceptions/LexerException.php
diff options
context:
space:
mode:
authorDan Ungureanu <udan1107@gmail.com>2015-06-26 14:25:19 +0300
committerDan Ungureanu <udan1107@gmail.com>2015-06-26 14:25:19 +0300
commit20b6ec1a64c4ab74778a1049baba65de221835cb (patch)
treee22f0a63743fd7941c1549143aecf28c1d76e7e1 /src/Exceptions/LexerException.php
parent13a0881dc9591b3fc3eb2386eb6fde0bfb194ea6 (diff)
downloadsql-parser-20b6ec1a64c4ab74778a1049baba65de221835cb.zip
sql-parser-20b6ec1a64c4ab74778a1049baba65de221835cb.tar.gz
sql-parser-20b6ec1a64c4ab74778a1049baba65de221835cb.tar.bz2
Improved documentation.
Diffstat (limited to 'src/Exceptions/LexerException.php')
-rw-r--r--src/Exceptions/LexerException.php6
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;