We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d7214 commit 2324e5bCopy full SHA for 2324e5b
1 file changed
Source/SVGAParser.m
@@ -41,7 +41,7 @@ - (void)parseWithURL:(nonnull NSURL *)URL
41
} else {
42
if (failureBlock) {
43
[[NSOperationQueue mainQueue] addOperationWithBlock:^{
44
- failureBlock([NSError errorWithDomain:@"SVGAParser" code:404 userInfo:@{NSLocalizedDescriptionKey: @"URL cannot be nil."}]);
+ failureBlock([NSError errorWithDomain:@"SVGAParser" code:411 userInfo:@{NSLocalizedDescriptionKey: @"URL cannot be nil."}]);
45
}];
46
}
47
0 commit comments