class Codebreaker::Errors::LengthError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/errors/length_error.rb, line 4 def initialize super(I18n.t(:invalid_length)) end