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.



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

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