Exception: NeonRAW::Errors::DeletedComment
- Inherits:
-
StandardError
- Object
- StandardError
- NeonRAW::Errors::DeletedComment
- Defined in:
- lib/NeonRAW/errors.rb
Overview
The comment you tried to reply to has been deleted.
Instance Method Summary collapse
-
#initialize(msg = 'The comment you tried to reply to has been deleted.') ⇒ DeletedComment
constructor
A new instance of DeletedComment.
Constructor Details
#initialize(msg = 'The comment you tried to reply to has been deleted.') ⇒ DeletedComment
Returns a new instance of DeletedComment.
230 231 232 |
# File 'lib/NeonRAW/errors.rb', line 230 def initialize(msg = 'The comment you tried to reply to has been deleted.') super(msg) end |