Exception: PayPalHttp::UnsupportedEncodingError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ UnsupportedEncodingError

Returns a new instance of UnsupportedEncodingError.



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

def initialize(msg)
  super(msg)
end