%PDF- %PDF-
Mini Shell

Mini Shell

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

}

Zerion Mini Shell 1.0