X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/ramsey/collection/src/Exception
home
/
prisjneg
/
public_html
/
vendor
/
ramsey
/
collection
/
src
/
Exception
/
📁
..
📄
CollectionException.php
(447 B)
📄
CollectionMismatchException.php
(576 B)
📄
InvalidArgumentException.php
(614 B)
📄
InvalidPropertyOrMethod.php
(667 B)
📄
NoSuchElementException.php
(567 B)
📄
OutOfBoundsException.php
(618 B)
📄
UnsupportedOperationException.php
(575 B)
Editing: CollectionException.php
<?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 { }
Upload File
Create Folder