new appraoch
This commit is contained in:
9
pancake/system/vendor/illuminate/collections/ItemNotFoundException.php
vendored
Executable file
9
pancake/system/vendor/illuminate/collections/ItemNotFoundException.php
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Support;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class ItemNotFoundException extends RuntimeException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user