Exception: ApplicationWorker::UserNotFoundError

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

Instance Method Summary collapse

Constructor Details

#initialize(message = "User not found") ⇒ UserNotFoundError

Returns a new instance of UserNotFoundError.



8
9
10
# File 'app/workers/application_worker.rb', line 8

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