errors.fyi community error code reference
Exception

Exception

python

Exception

The base class for all non-system-exiting exceptions. User-defined exceptions should derive from this class.

References

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