errors.fyi community error code reference
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.

References

โ† all namespaces for Exception