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