11 lines
169 B
PHP
Executable File
11 lines
169 B
PHP
Executable File
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
use Illuminate\Database\Eloquent\ModelNotFoundException;
|
|
|
|
class ApplicationNotFoundException extends ModelNotFoundException
|
|
{
|
|
//
|
|
}
|