8000 Update Error Code · sunaoka/php-postgresql-errors@8c6dbb5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c6dbb5

Browse files
sunaokagithub-actions[bot]
authored andcommitted
Update Error Code
1 parent 4621801 commit 8c6dbb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PostgresError.php

+1
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)
0