lib/irods4r.rb in omf_web-1.2.3 vs lib/irods4r.rb in omf_web-1.2.4

- old
+ new

@@ -1,9 +1,9 @@ module IRODS4r - class IRODS4rException < Exception; end + class IRODS4rException < StandardError; end class NotFoundException < IRODS4rException; end class NoDirectoryException < IRODS4rException; end # Return a IRODS4r object for 'irodsPath' if it exists. #