ApiException constructor
- {required ApiExceptionType type,
- required int statusCode,
- required String message}
Implementation
ApiException(
{required this.type, required this.statusCode, required this.message});
ApiException(
{required this.type, required this.statusCode, required this.message});