Class: Yuki::ErrorWindow

Inherits:
Object show all
Defined in:
docs/00000_a_root.rb

Overview

Show an error window

Instance Method Summary collapse

Instance Method Details

#run(error_text, *data_to_add)

Open the error window and let the user aknowledge it

Parameters:

  • error_text (String)

    Text stored inside Error.log

  • data_to_add (Array<String>)

    data to add to the error log as pictures



484
485
# File 'docs/00000_a_root.rb', line 484

def run(error_text, *data_to_add)
end