Exception: Rexer::Definition::DefinitionFileNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Rexer::Definition::DefinitionFileNotFound
- Defined in:
- lib/rexer/definition.rb
Instance Method Summary collapse
-
#initialize ⇒ DefinitionFileNotFound
constructor
A new instance of DefinitionFileNotFound.
Constructor Details
#initialize ⇒ DefinitionFileNotFound
Returns a new instance of DefinitionFileNotFound.
14 15 16 |
# File 'lib/rexer/definition.rb', line 14 def initialize super("No definition file (#{Rexer.definition_file}) found") end |