We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This line is throwing a NSFileHandleOperationException exception, which is a documented eventuality when the file can't be read:
NSFileHandleOperationException
NSData *fileData = [handle readDataOfLength:8];
Instead of crashing, log the exception and return NO.
NO
The text was updated successfully, but these errors were encountered:
Don't crash when +pathIsARAR: is passed a filePath that can't be read…
f9a1857
… (Issue #85)
e728066
… (Issue abbeycode#85)
No branches or pull requests
This line is throwing a
NSFileHandleOperationException
exception, which is a documented eventuality when the file can't be read:Instead of crashing, log the exception and return
NO
.The text was updated successfully, but these errors were encountered: