Exception: CSPUtil::DirectiveError

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

Instance Method Summary collapse

Constructor Details

#initialize(directive_name) ⇒ DirectiveError

Returns a new instance of DirectiveError.



7
8
9
# File 'lib/csp_util/errors.rb', line 7

def initialize(directive_name)
  @directive_name = directive_name
end