ponepaste/vendor/illuminate/collections/MultipleItemsFoundException.php

10 lines
124 B
PHP
Raw Normal View History

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