Exception: ApplicationWorker::AmountNotEnoughError

Inherits:
StandardError
  • Object
show all
Defined in:
app/workers/application_worker.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "Wallet balance is not enough") ⇒ AmountNotEnoughError

Returns a new instance of AmountNotEnoughError.



20
21
22
# File 'app/workers/application_worker.rb', line 20

def initialize(message = "Wallet balance is not enough")
  super
end