class Roby::GUI::ExceptionView

Public Class Methods

new(*) click to toggle source
Calls superclass method
# File lib/roby/gui/exception_view.rb, line 38
def initialize(*)
    super
    @exception_rendering = ExceptionRendering.new(self.exception_rendering.linker)
end