Exception: Collavre::CancelledError
- Inherits:
-
StandardError
- Object
- StandardError
- Collavre::CancelledError
- Defined in:
- app/errors/collavre/cancelled_error.rb
Instance Method Summary collapse
-
#initialize(message = "Task was cancelled") ⇒ CancelledError
constructor
A new instance of CancelledError.
Constructor Details
#initialize(message = "Task was cancelled") ⇒ CancelledError
Returns a new instance of CancelledError.
5 6 7 |
# File 'app/errors/collavre/cancelled_error.rb', line 5 def initialize( = "Task was cancelled") super() end |