DropFailed
Less than 1 minute
DropFailed
Exception thrown when a drop operation fails during a migration action.
class DropFailed extends \Hazaar\ExceptionExtends: Hazaar\Exception
Used 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 Fri, 04 Sep 2026 23:32:16 +0000