pclib  2.9.5
Lightweight PHP framework
Exception Class Reference

Base class for all pclib exceptions, allowing message with placeholders suitable for translation. More...

Inherits Exception.

Inherited by ApiException, AuthException, DatabaseException, IOException, MemberAccessException, NoValueException, NotImplementedException, RuntimeException, and SqlQueryException.

Detailed Description

Base class for all pclib exceptions, allowing message with placeholders suitable for translation.

Example: $e = new Exception("File '%s' not found.", [$fileName]);


The documentation for this class was generated from the following file: