class Identifiable::Errors::LengthIsTooLongError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/identifiable/errors.rb, line 46 def initialize super('The identifiable\'s length cannot be more than 128.') end