athenahr/app/Exceptions/ApplicationNotFoundException.php

12 lines
184 B
PHP
Executable File

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