Module: Arachni::Exceptions

Overview

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

@author: Tasos “Zapotek” Laskos

<tasos.laskos@gmail.com>
<zapotek@segfault.gr>

@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/exceptions.rb', line 24

def initialize( msg )
    super( msg )
end