toString method

String toString()
override

Returns a description of the exception.

Implementation

String toString() =>
    'ValidationException: The "$attribute" attribute has failed validation on "${validationRule.signature}"';