Skip to content

Commit cccb4a3

Browse files
committed
Merge branch 'release/v1.1.8'
2 parents e51d8dd + 0745585 commit cccb4a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/PostgresError.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ class PostgresError
5757
const DIAGNOSTICS_EXCEPTION = '0Z000';
5858
const STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER = '0Z002';
5959

60+
// Class 10 - XQuery Error
61+
const INVALID_ARGUMENT_FOR_XQUERY = '10608';
62+
6063
// Class 20 - Case Not Found
6164
const CASE_NOT_FOUND = '20000';
6265

0 commit comments

Comments
 (0)