Exception: CSPUtil::DirectiveNameDeprecated

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



19
20
21
# File 'lib/csp_util/errors.rb', line 19

def message
  "directive name #{@directive_name} is unknown"
end