Skip to content

Commit 9d05537

Browse files
authored
Merge pull request #5 from sunaoka/create-pull-request/patch
Update Error Code
2 parents e8b5b05 + 3776d02 commit 9d05537

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)