lib/mbsy/resources/base.rb in mbsy-1.0.3 vs lib/mbsy/resources/base.rb in mbsy-1.0.4
- old
+ new
@@ -1,7 +1,7 @@
module Mbsy
- class RecordNotFound < Exception; end
- class BadResponse < Exception; end
+ class RecordNotFound < StandardError; end
+ class BadResponse < StandardError; end
class Base
include HTTParty
format :json
default_timeout 30
default_params :output => 'json'
\ No newline at end of file