Interface ExceptionInterface

Summary

Fully Qualified Name: CodeIgniter\Exceptions\ExceptionInterface

Description

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

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

Top