Skip to content

Commit 3776d02

Browse files
authored
Update Error Code
1 parent e8b5b05 commit 3776d02

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/PostgresError.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,6 @@ class PostgresError
302302
const UNDEFINED_FILE = '58P01';
303303
const DUPLICATE_FILE = '58P02';
304304

305-
// Class 72 - Snapshot Failure
306-
const SNAPSHOT_TOO_OLD = '72000';
307-
308305
// Class F0 - Configuration File Error
309306
const CONFIG_FILE_ERROR = 'F0000';
310307
const LOCK_FILE_EXISTS = 'F0001';

0 commit comments

Comments
 (0)