Exception: Codebreaker::Errors::ValidationLengthError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/codebreaker/errors/validation_length_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = I18n.t('errors.validation_length_common')) ⇒ ValidationLengthError

Returns a new instance of ValidationLengthError.



4
5
6
# File 'lib/codebreaker/errors/validation_length_error.rb', line 4

def initialize(msg = I18n.t('errors.validation_length_common'))
  super
end