<?php /** * This file is part of the ramsey/collection library * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @copyright Copyright (c) Ben Ramsey <ben@benramsey.com> * @license http://opensource.org/licenses/MIT MIT */ declare(strict_types=1); namespace Ramsey\Collection\Exception; use Throwable; interface CollectionException extends Throwable { }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
CollectionException.php | File | 468 B | 0644 |
|
CollectionMismatchException.php | File | 600 B | 0644 |
|
InvalidArgumentException.php | File | 638 B | 0644 |
|
InvalidPropertyOrMethod.php | File | 693 B | 0644 |
|
NoSuchElementException.php | File | 591 B | 0644 |
|
OutOfBoundsException.php | File | 642 B | 0644 |
|
UnsupportedOperationException.php | File | 599 B | 0644 |
|