athenahr/app/Exceptions/VacancyNotFoundException.php

11 lines
165 B
PHP

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