Exception: NOWPayments::ConnectionError

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

Overview

Connection-level errors

Instance Attribute Summary

Attributes inherited from Error

#body, #headers, #status

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ ConnectionError

Returns a new instance of ConnectionError.



34
35
36
37
# File 'lib/nowpayments/errors.rb', line 34

def initialize(message)
  @message = message
  super
end