Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/PostgresError.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,6 @@ class PostgresError
const UNDEFINED_FILE = '58P01';
const DUPLICATE_FILE = '58P02';

// Class 72 - Snapshot Failure
const SNAPSHOT_TOO_OLD = '72000';

// Class F0 - Configuration File Error
const CONFIG_FILE_ERROR = 'F0000';
const LOCK_FILE_EXISTS = 'F0001';
Expand Down