class StsException extends BaseException

Properties

protected array $context

Exception Context

from  BaseException

Methods

__construct(string $message = '', int $code = 0, Throwable $previous = null)

BaseException constructor.

setContext(array $context = [])

No description

array
context()

No description

Details

in BaseException at line 29
__construct(string $message = '', int $code = 0, Throwable $previous = null)

BaseException constructor.

Parameters

string $message message
int $code code
Throwable $previous previous

in BaseException at line 40
BaseException setContext(array $context = [])

No description

Parameters

array $context

Return Value

BaseException

in BaseException at line 46
array context()

No description

Return Value

array