Exception: NeonRAW::Errors::DeletedComment

Inherits:
StandardError
  • Object
show all
Defined in:
lib/NeonRAW/errors.rb

Overview

The comment you tried to reply to has been deleted.

Instance Method Summary collapse

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