0 follower

Final Class Yiisoft\ErrorHandler\Event\ApplicationError

InheritanceYiisoft\ErrorHandler\Event\ApplicationError

ApplicationError represents an application error event.

Method Details

Hide inherited methods

__construct() public method

public mixed __construct ( Throwable $throwable )
$throwable Throwable

                public function __construct(
    private readonly Throwable $throwable,
) {
}

            
getThrowable() public method

public Throwable getThrowable ( )

                public function getThrowable(): Throwable
{
    return $this->throwable;
}