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