class TimeSourceException
Thrown to indicate that the source of time encountered an error
Hierarchy
- class \Ramsey\Uuid\Exception\TimeSourceException extends \RuntimeException implements \Ramsey\Uuid\Exception\UuidExceptionInterface
Expanded class hierarchy of TimeSourceException
1 file declares its use of TimeSourceException
- DefaultTimeGenerator.php in vendor/
ramsey/ uuid/ src/ Generator/ DefaultTimeGenerator.php
File
-
vendor/
ramsey/ uuid/ src/ Exception/ TimeSourceException.php, line 22
Namespace
Ramsey\Uuid\ExceptionView source
class TimeSourceException extends PhpRuntimeException implements UuidExceptionInterface {
}