X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/ramsey/uuid/src/Exception
home
/
prisjneg
/
public_html
/
vendor
/
ramsey
/
uuid
/
src
/
Exception
/
📁
..
📄
BuilderNotFoundException.php
(580 B)
📄
DateTimeException.php
(596 B)
📄
DceSecurityException.php
(608 B)
📄
InvalidArgumentException.php
(604 B)
📄
InvalidBytesException.php
(594 B)
📄
InvalidUuidStringException.php
(695 B)
📄
NameException.php
(598 B)
📄
NodeException.php
(595 B)
📄
RandomSourceException.php
(754 B)
📄
TimeSourceException.php
(580 B)
📄
UnableToBuildUuidException.php
(578 B)
📄
UnsupportedOperationException.php
(585 B)
📄
UuidExceptionInterface.php
(438 B)
Editing: NodeException.php
<?php /** * This file is part of the ramsey/uuid 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\Uuid\Exception; use RuntimeException as PhpRuntimeException; /** * Thrown to indicate that attempting to fetch or create a node ID encountered an error */ class NodeException extends PhpRuntimeException implements UuidExceptionInterface { }
Upload File
Create Folder