Exception: Slacks::AlreadyRespondedError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Slacks::AlreadyRespondedError
- Defined in:
- lib/slacks/errors.rb
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ AlreadyRespondedError
constructor
A new instance of AlreadyRespondedError.
Constructor Details
#initialize(message = nil) ⇒ AlreadyRespondedError
Returns a new instance of AlreadyRespondedError.
28 29 30 |
# File 'lib/slacks/errors.rb', line 28 def initialize(=nil) super || "You have already replied to this Slash Command; you can only reply once" end |