Final Class Yiisoft\Yii\Http\Handler\ThrowableHandler
| Inheritance | Yiisoft\Yii\Http\Handler\ThrowableHandler |
|---|---|
| Implements | Psr\Http\Server\RequestHandlerInterface |
Re-throws throwable.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\Yii\Http\Handler\ThrowableHandler | |
| handle() | Yiisoft\Yii\Http\Handler\ThrowableHandler |
Method Details
| public mixed __construct ( Throwable $throwable ) | ||
| $throwable | Throwable | |
public function __construct(
private readonly Throwable $throwable,
) {
}
Signup or Login in order to comment.