%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/hr/api/app/Exceptions/
Upload File :
Create Path :
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'),
                    ]);
    }

}

Zerion Mini Shell 1.0