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

- old
+ new

@@ -1,4 +1,3 @@ module Magic class Exception < StandardError; end - class UnsupportedPlatform < Exception; end end