Skip to content

Commit 0745585

Browse files
authored
Merge pull request #8 from sunaoka/create-pull-request/patch
Update Error Code
2 parents 3051370 + 4f48622 commit 0745585

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)