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.



759
760
761
# File 'lib/rwd/rwd.rb', line 759

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