Exception: MediaTypes::Scheme::AnyOverwritingNotStrictError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



82
83
84
# File 'lib/media_types/scheme/errors.rb', line 82

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