DropFailed
Less than 1 minute
DropFailed
Exception thrown when a drop operation fails during a migration action.
class DropFailed extends \Hazaar\DBI\Manager\Migration\Action\Exception\ExceptionUsed to signal errors encountered while dropping database objects in migration processes.
Methods
__construct
Creates a drop 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 dropped |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:24 +0000