\WebServCo\Framework\Exceptions\DatabaseException
- PDO:
- Error code: Use MySQL error number instead of SQLState;
- Error message: simplified message without the codes;
- Complete error message can be accessed via the previous exception;
- The SQLState can be accessed using the method
getSqlState();