class NeonRAW::Errors::TooLong

The text you tried to submit was too long.

Public Class Methods

new(msg = 'The text you tried to send was too long. 10,000 characters maximum.') click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 462
def initialize(msg = 'The text you tried to send was too long. 10,000 characters maximum.')
  super(msg)
end