Exception: BraintreeHttp::UnsupportedEncodingError

Inherits:
IOError
  • Object
show all
Defined in:
lib/braintreehttp/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ UnsupportedEncodingError

Returns a new instance of UnsupportedEncodingError.



12
13
14
# File 'lib/braintreehttp/errors.rb', line 12

def initialize(msg)
  super(msg)
end