class BuilderNotFoundException
Thrown to indicate that no suitable builder could be found
Hierarchy
- class \Ramsey\Uuid\Exception\BuilderNotFoundException extends \RuntimeException implements \Ramsey\Uuid\Exception\UuidExceptionInterface
Expanded class hierarchy of BuilderNotFoundException
1 file declares its use of BuilderNotFoundException
- FallbackBuilder.php in vendor/
ramsey/ uuid/ src/ Builder/ FallbackBuilder.php
File
-
vendor/
ramsey/ uuid/ src/ Exception/ BuilderNotFoundException.php, line 22
Namespace
Ramsey\Uuid\ExceptionView source
class BuilderNotFoundException extends PhpRuntimeException implements UuidExceptionInterface {
}