Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. - (void)connection:(NSURLConnection *)connection didFailWithError:(NSError *)error {
  2. NSLog(@"[%@] Failed With error: %@", NSStringFromClass([self class]), error.debugDescription);
  3.  
  4. [[self client] URLProtocol:self didFailWithError:error];
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement