errorWithException abstract method

void errorWithException(
  1. String message,
  2. Exception exception
)

Function to pass a exception and error message.

Implementation

void errorWithException(String message, Exception exception);