blob: 7aa9c7eaacc858b86ae4283be082908fc750d168 [file] [log] [blame]
#import "HTTPResponse.h"
@interface HTTPErrorResponse : NSObject <HTTPResponse> {
NSInteger _status;
}
- (id)initWithErrorCode:(int)httpErrorCode;
@end