Exception: ReportiumException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/perfecto-reporting/exceptions/ReportiumException.rb

Overview

Instance denoting customized reporting exception

Instance Method Summary collapse

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