toString method

  1. @override
String toString()
override

Returns a description of the exception.

Implementation

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