athenahr/app/Exceptions/ApplicationNotFoundException.php

11 lines
169 B
PHP

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