itskp-odense/vendor/illuminate/collections/ItemNotFoundException.php

10 lines
122 B
PHP
Raw Normal View History

2021-06-01 08:17:03 +00:00
<?php
namespace Illuminate\Collections;
use RuntimeException;
class ItemNotFoundException extends RuntimeException
{
}