Final Class Yiisoft\ErrorHandler\Event\ApplicationError
| Inheritance | Yiisoft\ |
|---|
ApplicationError represents an application error event.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\ |
|
| getThrowable() | Yiisoft\ |
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;
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.