dart.apiException.mustache Maven / Gradle / Ivy
part of api;
class ApiException implements Exception {
  int code = 0;
  String message = null;
  ApiException(this.code, this.message);
}    © 2015 - 2025 Weber Informatics LLC | Privacy Policy
                        
        
                        
        part of api;
class ApiException implements Exception {
  int code = 0;
  String message = null;
  ApiException(this.code, this.message);
}