class ImmutableException extendsRuntimeException implementsRuntimeException

Properties

protectedstring $value The value.

Methods

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

Constructor.

string
getValue()

Get the value.

Details

at line33
__construct(string$value,int$code =0,Throwable$previous =null)

Constructor.

Parameters

string $value the immutable type/value
int $code
Throwable $previous

at line44
string getValue()

Get the value.

Return Value

string