Interface ExceptionInterface

Summary

Fully Qualified Name: CodeIgniter\Database\Exceptions\ExceptionInterface
Extends: ExceptionInterface

Description

Provides a domain-level interface for broad capture of all database-related exceptions.

catch (\CodeIgniter\Database\Exceptions\ExceptionInterface) { ... }

Top