CreateFailed
Less than 1 minute
CreateFailed
Exception thrown when a create operation fails during a migration action.
class CreateFailed extends \Hazaar\DBI\Manager\Migration\Action\Exception\ExceptionUsed 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 Tue, 21 Apr 2026 04:00:24 +0000