toString method

  1. @override
String toString()
override

Method to be called in debugging mode to check the contents of the exception

Implementation

@override
String toString() => 'UNAUTHORIZED EXCEPTION: $messages';