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

10 lines
128 B
PHP

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