Exception: Collavre::CancelledError

Inherits:
StandardError
  • Object
show all
Defined in:
app/errors/collavre/cancelled_error.rb

Instance Method Summary collapse

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(message = "Task was cancelled")
  super(message)
end