class HttpException implements Exception { final Map errors; HttpException(this.errors); @override String toString() { return ''; } }