Exception: Test::Unit::ProxyError
- Inherits:
-
StandardError
- Object
- StandardError
- Test::Unit::ProxyError
- Defined in:
- lib/test/unit.rb
Overview
:nodoc: all
Instance Attribute Summary collapse
-
#backtrace ⇒ Object
Returns the value of attribute backtrace.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(ex) ⇒ ProxyError
constructor
A new instance of ProxyError.
Constructor Details
#initialize(ex) ⇒ ProxyError
Returns a new instance of ProxyError.
849 850 851 852 |
# File 'lib/test/unit.rb', line 849 def initialize(ex) @message = ex. @backtrace = ex.backtrace end |
Instance Attribute Details
#backtrace ⇒ Object
Returns the value of attribute backtrace.
854 855 856 |
# File 'lib/test/unit.rb', line 854 def backtrace @backtrace end |
#message ⇒ Object
Returns the value of attribute message.
854 855 856 |
# File 'lib/test/unit.rb', line 854 def @message end |