Skip to content

Commit 17866ea

Browse files
sunaokagithub-actions[bot]
authored andcommitted
Update Error Code
1 parent 3509809 commit 17866ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PostgresError.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ class PostgresError
158158
const NO_ACTIVE_SQL_TRANSACTION = '25P01';
159159
const IN_FAILED_SQL_TRANSACTION = '25P02';
160160
const IDLE_IN_TRANSACTION_SESSION_TIMEOUT = '25P03';
161+
const TRANSACTION_TIMEOUT = '25P04';
161162

162163
// Class 26 - Invalid SQL Statement Name
163164
const INVALID_SQL_STATEMENT_NAME = '26000';

0 commit comments

Comments
 (0)