From eb9c3651614dd5e5aef067880092e9f622c264df Mon Sep 17 00:00:00 2001 From: zhukv Date: Sat, 3 Aug 2013 13:47:47 +0300 Subject: Fix to PSR standart, fix tokenizer, fix function executor. --- src/NXP/Exception/IncorrectExpressionException.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/NXP/Exception/IncorrectExpressionException.php (limited to 'src/NXP/Exception/IncorrectExpressionException.php') diff --git a/src/NXP/Exception/IncorrectExpressionException.php b/src/NXP/Exception/IncorrectExpressionException.php new file mode 100644 index 0000000..ad5bc42 --- /dev/null +++ b/src/NXP/Exception/IncorrectExpressionException.php @@ -0,0 +1,19 @@ + + */ +class IncorrectExpressionException extends \Exception +{ +} -- cgit v1.2.3