Skip to content

Commit

Permalink
Have Magick::Error be a standard error.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbackeus committed Apr 4, 2012
1 parent 0b840af commit 2a95101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/magick/error.rb
@@ -1,4 +1,4 @@
module Magick
class Error < Exception
class Error < StandardError
end
end

0 comments on commit 2a95101

Please sign in to comment.