rbrecruiter/app/Exceptions/ApplicationNotFoundExceptio...

12 lines
184 B
PHP

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