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

10 lines
122 B
PHP

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