All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dart.api_exception.mustache Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
part of {{pubName}}.api;

class ApiException implements Exception {
  int code = 0;
  String message = null;

  ApiException(this.code, this.message);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy