Exception: Mutx::Error::TaskNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Mutx::Error::TaskNotFound
- Defined in:
- lib/mutx/error/errors.rb
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ TaskNotFound
constructor
A new instance of TaskNotFound.
Constructor Details
#initialize(message = nil) ⇒ TaskNotFound
Returns a new instance of TaskNotFound.
51 52 53 54 |
# File 'lib/mutx/error/errors.rb', line 51 def initialize(=nil) ="Task not foun" if .nil? super() end |