Since: concrete5 8.5.0a3

interface HtmlAwareErrorInterface implements ErrorInterface (View source)

Methods

string
getMessage()

Get the error message.

bool
messageContainsHtml()

Does the message contain an HTML-formatted string?

Details

string getMessage()

Get the error message.

Return Value

string

bool messageContainsHtml()

Does the message contain an HTML-formatted string?

Return Value

bool