Exception: ApplicationWorker::WalletNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- ApplicationWorker::WalletNotFoundError
- Defined in:
- app/workers/application_worker.rb
Instance Method Summary collapse
-
#initialize(message = "Wallet not found") ⇒ WalletNotFoundError
constructor
A new instance of WalletNotFoundError.
Constructor Details
#initialize(message = "Wallet not found") ⇒ WalletNotFoundError
Returns a new instance of WalletNotFoundError.
14 15 16 |
# File 'app/workers/application_worker.rb', line 14 def initialize( = "Wallet not found") super end |