
dart.api_exception.mustache Maven / Gradle / Ivy
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