From b9f72a001bca4772a003248595ad20b13a5b2277 Mon Sep 17 00:00:00 2001 From: Bruce Wells Date: Wed, 24 Oct 2018 14:16:11 -0400 Subject: Additional validation for bad expressions (*+ for example) --- src/NXP/Exception/DivisionByZeroException.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/NXP/Exception/DivisionByZeroException.php (limited to 'src/NXP/Exception') diff --git a/src/NXP/Exception/DivisionByZeroException.php b/src/NXP/Exception/DivisionByZeroException.php new file mode 100644 index 0000000..3a9a978 --- /dev/null +++ b/src/NXP/Exception/DivisionByZeroException.php @@ -0,0 +1,19 @@ + + */ +class DivisionByZeroException extends MathExecutorException +{ +} -- cgit v1.2.3