We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8b5b05 + 3776d02 commit 9d05537Copy full SHA for 9d05537
1 file changed
src/PostgresError.php
@@ -302,9 +302,6 @@ class PostgresError
302
const UNDEFINED_FILE = '58P01';
303
const DUPLICATE_FILE = '58P02';
304
305
- // Class 72 - Snapshot Failure
306
- const SNAPSHOT_TOO_OLD = '72000';
307
-
308
// Class F0 - Configuration File Error
309
const CONFIG_FILE_ERROR = 'F0000';
310
const LOCK_FILE_EXISTS = 'F0001';
0 commit comments