lib/magic/errors.rb in magic-0.0.2 vs lib/magic/errors.rb in magic-0.1.0

- old
+ new

@@ -1,3 +1,5 @@ module Magic - class Exception < StandardError; end + # General Exception class + class Exception < StandardError + end end