class PayPalHttp::UnsupportedEncodingError
Public Class Methods
new(msg)
click to toggle source
Calls superclass method
# File lib/paypalhttp/errors.rb, line 12 def initialize(msg) super(msg) end