Exception: MediaTypes::Scheme::NotStrictOverwritingAnyError

Inherits:
OverwritingRuleError show all
Defined in:
lib/media_types/scheme/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



76
77
78
# File 'lib/media_types/scheme/errors.rb', line 76

def message
  "An 'any' rule has already been defined. Setting 'not_strict' will override that rule. Please remove one of the two."
end