Exception: ReportiumException
- Inherits:
-
StandardError
- Object
- StandardError
- ReportiumException
- Defined in:
- lib/perfecto-reporting/exceptions/ReportiumException.rb
Overview
Instance denoting customized reporting exception
Instance Method Summary collapse
-
#initialize(msg) ⇒ ReportiumException
constructor
Create new instance.
Constructor Details
#initialize(msg) ⇒ ReportiumException
Create new instance
msg - new message to be attached to the exception
8 9 10 |
# File 'lib/perfecto-reporting/exceptions/ReportiumException.rb', line 8 def initialize msg super(msg) end |