Exception: Rexer::Definition::DefinitionFileNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rexer/definition.rb

Instance Method Summary collapse

Constructor Details

#initializeDefinitionFileNotFound

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