From aa8ffe19f2eb6f194b3e6ee1aac4c2706659e6b9 Mon Sep 17 00:00:00 2001 From: Bruce Wells Date: Thu, 4 Jun 2020 11:43:16 -0400 Subject: Variable fixes (#67) * Reproduce if throws UnknownOperatorException * Fix variable detection * Adding IncorrectNumberOfFunctionParametersException * Removing tabs * Better exception message text --- .../IncorrectNumberOfFunctionParametersException.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/NXP/Exception/IncorrectNumberOfFunctionParametersException.php (limited to 'src/NXP/Exception') diff --git a/src/NXP/Exception/IncorrectNumberOfFunctionParametersException.php b/src/NXP/Exception/IncorrectNumberOfFunctionParametersException.php new file mode 100644 index 0000000..4c66bdf --- /dev/null +++ b/src/NXP/Exception/IncorrectNumberOfFunctionParametersException.php @@ -0,0 +1,16 @@ +