| Methods |
public
|
__construct($message, int $code = 0, Throwable|null $previous = null, string $value = null)
Constructor.
Deprecated
Use ImmutableException::fromClass() or ImmutableException::fromMethod() to construct an
ImmutableException instance.
Parameters
| $value |
the immutable message
|
Overrides
|
#
|
public
static
|
fromClass(string $class, int $code = 0, ?Throwable $previous = null): self
|
#
|
public
static
|
fromMethod(string $class, string $method, int $code = 0, ?Throwable $previous = null): self
|
#
|
public
|
getValue(): string
|
#
|