Exception
ruby Exception
The root class of all Ruby exceptions. rescue Exception should be avoided in application code as it also catches system signals and interpreter exits; rescue StandardError instead.
The root class of all Ruby exceptions. rescue Exception should be avoided in application code as it also catches system signals and interpreter exits; rescue StandardError instead.