toString method

  1. @override
String toString()
inherited

Returns a compact log-friendly representation of the exception.

Implementation

@override
/// Returns a compact log-friendly representation of the exception.
String toString() => 'PHiveActionException: $message';