class XfOOrth::SilentExit

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

Public Instance Methods

foorth_message() click to toggle source

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

# File lib/fOOrth/monkey_patch/exceptions.rb, line 158
def foorth_message
  ""
end