SimApiException.unKown constructor

SimApiException.unKown()

Factory constructor for creating an exception with a generic unknown error message.

Implementation

factory SimApiException.unKown() {
  return SimApiException("Un known error.");
}