%PDF- %PDF-
Direktori : /var/www/html/hr/api/app/Exceptions/ |
Current File : /var/www/html/hr/api/app/Exceptions/ModuleNotImplementedException.php |
<?php namespace App\Exceptions; class ModuleNotImplementedException extends ApiException { public function render() { return $this->response() ->notFound([ 'message' => trans('modules.not_implemented'), ]); } }