Exception: ApplicationWorker::AmountNotEnoughError
- Inherits:
-
StandardError
- Object
- StandardError
- ApplicationWorker::AmountNotEnoughError
- Defined in:
- app/workers/application_worker.rb
Instance Method Summary collapse
-
#initialize(message = "Wallet balance is not enough") ⇒ AmountNotEnoughError
constructor
A new instance of AmountNotEnoughError.
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( = "Wallet balance is not enough") super end |