class Identifiable::Errors::LengthIsTooShortError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/identifiable/errors.rb, line 40
def initialize
  super('The identifiable\'s length must be at least 4.')
end