class NeonRAW::Errors::DeletedComment

The comment you tried to reply to has been deleted.

Public Class Methods

new(msg = 'The comment you tried to reply to has been deleted.') click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 229
def initialize(msg = 'The comment you tried to reply to has been deleted.')
  super(msg)
end