Exception: Hws::Connectors::Exception::LowBalance
- Defined in:
- lib/hws-connectors/exception.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(msg = 'Your account balance is low') ⇒ LowBalance
constructor
A new instance of LowBalance.
Constructor Details
#initialize(msg = 'Your account balance is low') ⇒ LowBalance
Returns a new instance of LowBalance.
23 24 25 |
# File 'lib/hws-connectors/exception.rb', line 23 def initialize(msg = 'Your account balance is low') super(msg) end |