Exception: XfOOrth::SilentExit

Inherits:
StandardError
  • Object
show all
Defined in:
lib/fOOrth/monkey_patch/exceptions.rb

Overview

The exception raised to silently force the fOOrth language system to exit.

Instance Method Summary collapse

Instance Method Details

#foorth_messageObject

Get the error message for this exception. Nothing… It’s silent!



162
163
164
# File 'lib/fOOrth/monkey_patch/exceptions.rb', line 162

def foorth_message
  ""
end