diff --git a/src/Controller.php b/src/Controller.php index af7e9c7..89ed731 100644 --- a/src/Controller.php +++ b/src/Controller.php @@ -158,6 +158,6 @@ public function accessControl(array $actions, bool $allowedAction = false) */ public function __call($name, $arguments) { - throw new AxmException(Axm::t('axm', 'El método "%s" no existe', [$name]), 'no_action'); + throw new AxmException("Method [ $name ] does not exist"); } }