Exception: Nuncium::HtmlResponseReceived

Inherits:
Error
  • Object
show all
Defined in:
lib/nuncium/utils/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(param) ⇒ HtmlResponseReceived

Returns a new instance of HtmlResponseReceived.



12
13
14
15
16
# File 'lib/nuncium/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