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