Module: SolidusRecommendations::Errors

Defined in:
lib/solidus_recommendations/errors.rb

Defined Under Namespace

Classes: NonSupportedIndex, Standard

Constant Summary collapse

MESSAGES =
{
  NonSupportedIndex => 'The index specified is not supported.'
}