Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 358 Bytes

File metadata and controls

11 lines (8 loc) · 358 Bytes

DatabaseException

\WebServCo\Framework\Exceptions\DatabaseException

Notes

  • 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();