| Class | Pry::LastException |
| In: |
lib/pry/last_exception.rb
|
| Parent: | BasicObject |
{Pry::LastException} is a proxy class who wraps an Exception object for {Pry#last_exception}. it extends the exception object with methods that help pry commands be useful.
the original exception object is not modified and method calls are forwarded to the wrapped exception object.
| bt_index | [RW] |