added simple math and charts modules
This commit is contained in:
14
vendor/andileco/eval-math/src/Exception/BuiltInFunctionRedefinitionException.php
vendored
Normal file
14
vendor/andileco/eval-math/src/Exception/BuiltInFunctionRedefinitionException.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* @author Serge Rodovnichenko <serge@syrnik.com>
|
||||
* @copyright Serge Rodovnichenko, 2019
|
||||
* @license BSD 2.0
|
||||
*/
|
||||
|
||||
namespace Andileco\Util\EvalMath\Exception;
|
||||
|
||||
|
||||
class BuiltInFunctionRedefinitionException extends AbstractEvalMathException
|
||||
{
|
||||
protected $message = 'Cannot redefine built-in function :function()';
|
||||
}
|
||||
Reference in New Issue
Block a user