* @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()'; }