api-erstellen #1
@@ -6,16 +6,15 @@ use Slim\Exception\HttpSpecializedException;
|
|||||||
|
|
||||||
class HttpConflictRequestException extends HttpSpecializedException
|
class HttpConflictRequestException extends HttpSpecializedException
|
||||||
{
|
{
|
||||||
/**
|
/** @var int */
|
||||||
* @var int
|
|
||||||
*/
|
|
||||||
protected $code = 409;
|
protected $code = 409;
|
||||||
|
|
||||||
/**
|
/** @var string */
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
protected $message = 'Conflict.';
|
protected $message = 'Conflict.';
|
||||||
|
|
||||||
|
TorstenHettstedt marked this conversation as resolved
|
|||||||
|
/** @var string */
|
||||||
protected $title = '409 Conflict';
|
protected $title = '409 Conflict';
|
||||||
|
|
||||||
|
/** @var string */
|
||||||
protected $description = 'The 409 (Conflict) status code indicates that the request could not be completed due to a conflict with the current state of the target resource.';
|
protected $description = 'The 409 (Conflict) status code indicates that the request could not be completed due to a conflict with the current state of the target resource.';
|
||||||
|
TorstenHettstedt marked this conversation as resolved
TorstenHettstedt
commented
Typen erweitern. Typen erweitern.
|
|||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user
Kann auf eine Zeile.