12 lines
180 B
PHP
Executable File
12 lines
180 B
PHP
Executable File
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
use Exception;
|
|
use Illuminate\Database\Eloquent\ModelNotFoundException;
|
|
|
|
class VacancyNotFoundException extends ModelNotFoundException
|
|
{
|
|
//
|
|
}
|