Files
athenahr/app/Exceptions/VacancyNotFoundException.php
2023-01-15 00:04:00 +00:00

11 lines
165 B
PHP
Executable File

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