初始化提交
This commit is contained in:
9
WebDriverAgentLib/Vendor/CocoaHTTPServer/Responses/HTTPErrorResponse.h
vendored
Normal file
9
WebDriverAgentLib/Vendor/CocoaHTTPServer/Responses/HTTPErrorResponse.h
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#import "HTTPResponse.h"
|
||||
|
||||
@interface HTTPErrorResponse : NSObject <HTTPResponse> {
|
||||
NSInteger _status;
|
||||
}
|
||||
|
||||
- (id)initWithErrorCode:(int)httpErrorCode;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user