Class: RWDError

Inherits:
RWDWindow show all
Defined in:
lib/rwd/rwd.rb

Instance Method Summary collapse

Methods inherited from RWDWindow

#render

Constructor Details

#initialize(msg) ⇒ RWDError

Returns a new instance of RWDError.



741
742
743
# File 'lib/rwd/rwd.rb', line 741

def initialize(msg)
  super("<window title='RWD Error' nobackbuttons noclosebutton><p><b>Error:</b> #{msg}</p><back/></window>")
end