Final Class Yiisoft\Yii\Sentry\SentryConsoleHandler
| Inheritance | Yiisoft\Yii\Sentry\SentryConsoleHandler |
|---|
Catches console application exceptions and forwards them to Sentry.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\Yii\Sentry\SentryConsoleHandler | |
| handle() | Yiisoft\Yii\Sentry\SentryConsoleHandler |
Method Details
| public mixed __construct ( \Sentry\State\HubInterface $hub ) | ||
| $hub | \Sentry\State\HubInterface | |
public function __construct(private readonly HubInterface $hub)
{
}
Signup or Login in order to comment.