<?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 | 604 B | 0644 |
|
DateTimeException.php | File | 620 B | 0644 |
|
DceSecurityException.php | File | 636 B | 0644 |
|
InvalidArgumentException.php | File | 628 B | 0644 |
|
InvalidBytesException.php | File | 618 B | 0644 |
|
InvalidUuidStringException.php | File | 720 B | 0644 |
|
NameException.php | File | 626 B | 0644 |
|
NodeException.php | File | 619 B | 0644 |
|
RandomSourceException.php | File | 781 B | 0644 |
|
TimeSourceException.php | File | 604 B | 0644 |
|
UnableToBuildUuidException.php | File | 602 B | 0644 |
|
UnsupportedOperationException.php | File | 609 B | 0644 |
|
UuidExceptionInterface.php | File | 459 B | 0644 |
|