InvalidAutoTranslateRequestException
InvalidAutoTranslateRequestException.php
:
18
Final
Extends RuntimeException
Thrown when the auto-translation request payload is malformed (invalid value types), before any translation is attempted. Consumers should map it to an HTTP 400 Bad Request.
Methods¶
__construct()
¶
InvalidAutoTranslateRequestException.php
:
20
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $message | string | - | - |
| $previous | Throwable|null | null | - |