%PDF- %PDF-
Direktori : /var/www/html/geotechnics/api/app/Exceptions/ |
Current File : /var/www/html/geotechnics/api/app/Exceptions/ProjectNotFoundException.php |
<?php namespace App\Exceptions; class ProjectNotFoundException extends ApiException { /** * CustomValidationException constructor. */ public function __construct() { } public function render() { return $this->response() ->notFound([ 'message' => "Project with this code was not found.", ]); } }