| 1 | <?php |
||
| 7 | class SubmissionException extends \RuntimeException implements \JsonSerializable |
||
| 8 | { |
||
| 9 | private $jsonResponse; |
||
| 10 | |||
| 11 | public function __construct(array $jsonResponse, $message = "", $code = 0, Throwable $previous = null) |
||
| 22 | |||
| 23 | public function getFieldErrors() |
||
| 32 | |||
| 33 | /** |
||
| 34 | * {@inheritdoc} |
||
| 35 | */ |
||
| 36 | public function jsonSerialize() |
||
| 40 | } |
||
| 41 |