Module: Codebreaker::Helpers::Validatable

Included in:
DAL
Defined in:
lib/codebreaker/helpers/validation_module.rb

Constant Summary collapse

ArgumentNilError =
Class.new(ArgumentError)
WrongTypeError =
Class.new(ArgumentError)
ValidationError =
Class.new(ArgumentError)