Exception: ApplicationWorker::PoolNotFoundError

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

Instance Method Summary collapse

Constructor Details

#initialize(message = "Pool not found") ⇒ PoolNotFoundError

Returns a new instance of PoolNotFoundError.



32
33
34
# File 'app/workers/application_worker.rb', line 32

def initialize(message = "Pool not found")
  super
end