mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Print ID in exception message
This commit is contained in:
parent
a3e2da1d36
commit
5ba38fc7aa
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ return [
|
|||
'Exception.JKingWeb/NewsSync/Db/ExceptionInput.whitespace' => 'Required field "{field}" of action "{action}" may not contain only whitespace',
|
||||
'Exception.JKingWeb/NewsSync/Db/ExceptionInput.tooLong' => 'Required field "{field}" of action "{action}" has a maximum length of {max}',
|
||||
'Exception.JKingWeb/NewsSync/Db/ExceptionInput.tooShort' => 'Required field "{field}" of action "{action}" has a minimum length of {min}',
|
||||
'Exception.JKingWeb/NewsSync/Db/ExceptionInput.idMissing' => 'Referenced ID in field "{field}" does not exist',
|
||||
'Exception.JKingWeb/NewsSync/Db/ExceptionInput.idMissing' => 'Referenced ID ({id}) in field "{field}" does not exist',
|
||||
'Exception.JKingWeb/NewsSync/Db/ExceptionInput.constraintViolation' => '{0}',
|
||||
'Exception.JKingWeb/NewsSync/Db/ExceptionInput.typeViolation' => '{0}',
|
||||
'Exception.JKingWeb/NewsSync/Db/ExceptionTimeout.general' => '{0}',
|
||||
|
|
Loading…
Reference in a new issue