Files
itskp-odense/vendor/illuminate/collections/ItemNotFoundException.php
T
2021-06-01 10:17:03 +02:00

10 lines
122 B
PHP

<?php
namespace Illuminate\Collections;
use RuntimeException;
class ItemNotFoundException extends RuntimeException
{
}