CreateFailed
Less than 1 minute
CreateFailed
Exception thrown when a create operation fails during a migration action.
class CreateFailed extends \Hazaar\ExceptionExtends: Hazaar\Exception
Used to signal errors encountered while creating database objects in migration processes.
Methods
__construct
Creates a create failed exception with a custom message and object name.
public __construct(string $message, string $name): voidParameters
| Parameter | Type | Description |
|---|---|---|
$message | string | the error message describing the failure |
$name | string | the name of the object being created |
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:16 +0000