9 lines
118 B
PHP
Executable file
9 lines
118 B
PHP
Executable file
<?php
|
|
|
|
namespace Illuminate\Support;
|
|
|
|
use RuntimeException;
|
|
|
|
class ItemNotFoundException extends RuntimeException
|
|
{
|
|
}
|