Exception: Test::Unit::ProxyError
- Inherits:
-
StandardError
- Object
- StandardError
- Test::Unit::ProxyError
- Defined in:
- lib/test/unit.rb
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.
843 844 845 846 |
# File 'lib/test/unit.rb', line 843 def initialize(ex) @message = ex. @backtrace = ex.backtrace end |
Instance Attribute Details
#backtrace ⇒ Object
Returns the value of attribute backtrace
848 849 850 |
# File 'lib/test/unit.rb', line 848 def backtrace @backtrace end |
#message ⇒ Object
Returns the value of attribute message
848 849 850 |
# File 'lib/test/unit.rb', line 848 def @message end |