class NeonRAW::Errors::NoSubject
You tried to send a private message with no subject.
Public Class Methods
new(msg = 'No message subject. Please add a message subject.')
click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 363 def initialize(msg = 'No message subject. Please add a message subject.') super(msg) end