Exception: RuleRepoException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cfn-nag/rule_repo_exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg: 'Trouble loading a rule-repository') ⇒ RuleRepoException

Returns a new instance of RuleRepoException.



4
5
6
# File 'lib/cfn-nag/rule_repo_exception.rb', line 4

def initialize(msg: 'Trouble loading a rule-repository')
  super
end