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