module Airbrake::Backtrace

def oci_exception?(exception)

Experimental RBS support (using type sampling data from the type_fusion project).

def oci_exception?: (StandardError exception) -> untyped

This signature was generated using 5 samples from 1 application.

def oci_exception?(exception)
  defined?(OCIError) && exception.is_a?(OCIError)
end