Exception: RubyIsds::HtmlResponseReceived
- Defined in:
- lib/ruby_isds/utils/errors.rb
Instance Method Summary collapse
-
#initialize(param) ⇒ HtmlResponseReceived
constructor
A new instance of HtmlResponseReceived.
Constructor Details
#initialize(param) ⇒ HtmlResponseReceived
Returns a new instance of HtmlResponseReceived.
12 13 14 15 16 |
# File 'lib/ruby_isds/utils/errors.rb', line 12 def initialize(param) msg = 'Please check if you set credentials correctly, '\ "seems like a typo or something:\n #{param}" super(msg) end |