Exception: CSPUtil::DirectiveNameUnknown

Inherits:
DirectiveError show all
Defined in:
lib/csp_util/errors.rb

Instance Method Summary collapse

Methods inherited from DirectiveError

#initialize

Constructor Details

This class inherits a constructor from CSPUtil::DirectiveError

Instance Method Details

#messageObject



13
14
15
# File 'lib/csp_util/errors.rb', line 13

def message
  "#{@directive_name} has been removed and is not supported"
end