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