Class: Yuki::ErrorWindow
Overview
Show an error window
Instance Method Summary collapse
-
#run(error_text, *data_to_add)
Open the error window and let the user aknowledge it.
Instance Method Details
#run(error_text, *data_to_add)
Open the error window and let the user aknowledge it
482 483 |
# File 'docs/000_a_root.rb', line 482 def run(error_text, *data_to_add) end |