Class: Roby::GUI::ExceptionView
- Inherits:
-
MetaRuby::GUI::ExceptionView
- Object
- MetaRuby::GUI::ExceptionView
- Roby::GUI::ExceptionView
- Defined in:
- lib/roby/gui/exception_view.rb
Instance Method Summary collapse
-
#initialize ⇒ ExceptionView
constructor
A new instance of ExceptionView.
Constructor Details
#initialize ⇒ ExceptionView
Returns a new instance of ExceptionView.
40 41 42 43 |
# File 'lib/roby/gui/exception_view.rb', line 40 def initialize(*) super @exception_rendering = ExceptionRendering.new(self.exception_rendering.linker) end |