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