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 __construct( Throwable $throwable ): mixed
$throwable Throwable

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

            
getThrowable() public method

public getThrowable( ): Throwable

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