StandardError
ruby StandardError
The base class for most rescuable exceptions. rescue StandardError (or a bare rescue) catches all StandardError subclasses but not SignalException, SystemExit, or NoMemoryError.
The base class for most rescuable exceptions. rescue StandardError (or a bare rescue) catches all StandardError subclasses but not SignalException, SystemExit, or NoMemoryError.