CannotReadException should be subclassed when don't have permissions

Issue #133 resolved
IJabz repo owner created an issue

CannotReadException shoud be subclassed when dont have permissions, i.e we want to differentiate between not having permissions and the file being corrupt in some way, but we dont want to break existing uses of api so just subclass CannotReadException with new class NoReadPermissionsException and use as neccessary.

Comments (3)

  1. Log in to comment