class NeonRAW::Errors::Archived

Thing is archived and can't be edited/replied to.

Public Class Methods

new(msg = 'This thing is too old to reply to.') click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 144
def initialize(msg = 'This thing is too old to reply to.')
  super(msg)
end