Module: Decouplio::Const::Validations::Logic

Defined in:
lib/decouplio/const/validations/logic.rb

Constant Summary collapse

VALIDATION_ERROR_MESSAGE =
<<~ERROR_MESSAGE
  %s
ERROR_MESSAGE
REDEFINITION =
'The logic for "%s" class has already been defined.'
NOT_DEFINED =
'The logic for "%s" class is not define'