Module: Arachni::Exceptions
- Included in:
- Exceptions::DepModNotFound, Exceptions::InvalidURL, Exceptions::ModNotFound, Exceptions::NoAuditOpts, Exceptions::NoCookieJar, Exceptions::NoMods, Exceptions::NoURL, Exceptions::ReportNotFound
- Defined in:
- lib/exceptions.rb
Overview
Arachni::Exceptions module
It holds the framework’s exceptions.
@author: Anastasios “Zapotek” Laskos
<tasos.laskos@gmail.com> <zapotek@segfault.gr>
@version: 0.1-pre
Defined Under Namespace
Classes: DepModNotFound, InvalidURL, ModNotFound, NoAuditOpts, NoCookieJar, NoMods, NoURL, ReportNotFound
Instance Method Summary (collapse)
-
- (Exceptions) initialize(msg)
A new instance of Exceptions.
Instance Method Details
- (Exceptions) initialize(msg)
A new instance of Exceptions
26 27 28 |
# File 'lib/exceptions.rb', line 26 def initialize( msg ) super( msg ) end |