Skip to content

Commit 6c5c817

Browse files
authored
Merge pull request #7 from sunaoka/create-pull-request/patch
Add new error code for "file name too long"
2 parents 4621801 + 8c6dbb5 commit 6c5c817

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
@@ -302,6 +302,7 @@ class PostgresError
302302
const IO_ERROR = '58030';
303303
const UNDEFINED_FILE = '58P01';
304304
const DUPLICATE_FILE = '58P02';
305+
const FILE_NAME_TOO_LONG = '58P03';
305306

306307
// Class F0 - Configuration File Error
307308
const CONFIG_FILE_ERROR = 'F0000';

0 commit comments

Comments
 (0)