Skip to content

Commit

Permalink
Merge pull request taf2#264 from JokerCatz/master
Browse files Browse the repository at this point in the history
fix Exception to StandardError
  • Loading branch information
taf2 committed Jan 20, 2016
2 parents f5ee295 + c453747 commit 935cfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/curl/easy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Easy
alias body body_str
alias head header_str

class Error < Exception
class Error < StandardError
attr_accessor :message, :code
def initialize(code, msg)
self.message = msg
Expand Down

0 comments on commit 935cfd5

Please sign in to comment.