Final Class Yiisoft\ErrorHandler\Event\ApplicationError
| Inheritance | Yiisoft\ErrorHandler\Event\ApplicationError |
|---|
ApplicationError represents an application error event.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\ErrorHandler\Event\ApplicationError | |
| getThrowable() | Yiisoft\ErrorHandler\Event\ApplicationError |
Method Details
| public mixed __construct ( Throwable $throwable ) | ||
| $throwable | Throwable | |
public function __construct(
private readonly Throwable $throwable,
) {
}
| public Throwable getThrowable ( ) |
public function getThrowable(): Throwable
{
return $this->throwable;
}
Signup or Login in order to comment.