class Codebreaker::Errors::ValidationLengthError
Public Class Methods
new(msg = I18n.t('errors.validation_length_common'))
click to toggle source
Calls superclass method
# File lib/codebreaker/errors/validation_length_error.rb, line 4 def initialize(msg = I18n.t('errors.validation_length_common')) super end