Exception: ApplicationWorker::WalletNotFoundError

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

Instance Method Summary collapse

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(message = "Wallet not found")
  super
end