diff --git a/laravel/validator.php b/laravel/validator.php index 4c8cfcd4..d74ccf46 100644 --- a/laravel/validator.php +++ b/laravel/validator.php @@ -996,7 +996,7 @@ class Validator { return call_user_func_array(static::$validators[$method], $parameters); } - throw new \Exception("Call to undefined method [$method] on Validator instance."); + throw new \Exception("Method [$method] does not exist."); } } \ No newline at end of file