rbrecruiter/app/Exceptions/VacancyNotFoundException.php

12 lines
180 B
PHP

<?php
namespace App\Exceptions;
use Exception;
use Illuminate\Database\Eloquent\ModelNotFoundException;
class VacancyNotFoundException extends ModelNotFoundException
{
//
}