ThrowableError
class ThrowableError extends AbstractError (View source)
Properties
protected FieldInterface|null | $field | The field associated to the error. |
from AbstractError |
private bool
Since: concrete5 8.5.0a3
|
$messageContainsHtml | Does the message contain an HTML-formatted string? |
from AbstractError |
protected Throwable | $throwable | The associated Throwable. |
Methods
$this
setMessageContainsHtml(bool $value)
Does the message contain an HTML-formatted string?
from
AbstractError
getThrowable()
Get the associated Throwable.
string
getMessage()
Get the error message.
Details
string
__toString()
Get the error message.
FieldInterface|null
getField()
Get the field associated to the error.
setField(FieldInterface $field)
Set the field associated to the error.
bool
messageContainsHtml()
Since: concrete5 8.5.0a3
Does the message contain an HTML-formatted string?
$this
setMessageContainsHtml(bool $value)
Since: concrete5 8.5.0a3
Does the message contain an HTML-formatted string?
jsonSerialize()
{@inheritdoc}
__construct(Throwable $throwable, FieldInterface $field = null)
Class constructor.
Throwable
getThrowable()
Get the associated Throwable.
string
getMessage()
Get the error message.