Module: Arachni::Exceptions

Included in:
ComponentNotFound, DepModNotFound, InvalidURL, ModNotFound, NoAuditOpts, NoCookieJar, NoMods, NoURL, ReportNotFound
Defined in:
lib/arachni/exceptions.rb

Overview

Arachni::Exceptions module<br/> It holds the framework’s exceptions.

@author: Tasos “Zapotek” Laskos

<[email protected]>
<[email protected]>

@version: 0.1

Defined Under Namespace

Classes: ComponentNotFound, DepModNotFound, InvalidURL, ModNotFound, NoAuditOpts, NoCookieJar, NoMods, NoURL, ReportNotFound

Instance Method Summary collapse

Instance Method Details

#initialize(msg) ⇒ Object



24
25
26
# File 'lib/arachni/exceptions.rb', line 24

def initialize( msg )
    super( msg )
end