lib/measures/loading/exceptions.rb in bonnie_bundler-2.2.5 vs lib/measures/loading/exceptions.rb in bonnie_bundler-3.0.0
- old
+ new
@@ -1,8 +1,8 @@
module Measures
- class ValueSetException < Exception
+ class ValueSetException < StandardError
end
- class HQMFException < Exception
+ class HQMFException < StandardError
end
- class MeasureLoadingException < Exception
+ class MeasureLoadingException < StandardError
end
-end
+end