<?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 the PHP DateTime extension encountered an exception/error */ class DateTimeException extends PhpRuntimeException implements UuidExceptionInterface { }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
BuilderNotFoundException.php | File | 580 B | 0644 |
|
DateTimeException.php | File | 596 B | 0644 |
|
DceSecurityException.php | File | 611 B | 0644 |
|
InvalidArgumentException.php | File | 604 B | 0644 |
|
InvalidBytesException.php | File | 594 B | 0644 |
|
InvalidUuidStringException.php | File | 695 B | 0644 |
|
NameException.php | File | 601 B | 0644 |
|
NodeException.php | File | 595 B | 0644 |
|
RandomSourceException.php | File | 754 B | 0644 |
|
TimeSourceException.php | File | 580 B | 0644 |
|
UnableToBuildUuidException.php | File | 578 B | 0644 |
|
UnsupportedOperationException.php | File | 585 B | 0644 |
|
UuidExceptionInterface.php | File | 438 B | 0644 |
|