class DateTimeException
Thrown to indicate that the PHP DateTime extension encountered an exception/error
Hierarchy
- class \Ramsey\Uuid\Exception\DateTimeException extends \RuntimeException implements \Ramsey\Uuid\Exception\UuidExceptionInterface
Expanded class hierarchy of DateTimeException
2 files declare their use of DateTimeException
- DeprecatedUuidMethodsTrait.php in vendor/
ramsey/ uuid/ src/ DeprecatedUuidMethodsTrait.php - TimeTrait.php in vendor/
ramsey/ uuid/ src/ Rfc4122/ TimeTrait.php
File
-
vendor/
ramsey/ uuid/ src/ Exception/ DateTimeException.php, line 22
Namespace
Ramsey\Uuid\ExceptionView source
class DateTimeException extends PhpRuntimeException implements UuidExceptionInterface {
}