Exception: Webtrends::Exception

Inherits:
Exception
  • Object
show all
Defined in:
lib/webtrends/exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(ex) ⇒ Exception

Returns a new instance of Exception.



3
4
5
6
# File 'lib/webtrends/exception.rb', line 3

def initialize(ex)
  super(ex.message)
  set_backtrace(ex.backtrace)
end