Exception: ApplicationWorker::BlockNotFoundError

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

Instance Method Summary collapse

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