| Total Complexity | 2 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 5 | class ValidationException extends DaftravelException |
||
| 6 | { |
||
| 7 | protected mixed $errors; |
||
| 8 | |||
| 9 | public function __construct($message = 'Validation failed', $errors = [], $code = 422, $previous = null, $response = null, $statusCode = null) |
||
| 13 | } |
||
| 14 | |||
| 15 | /** |
||
| 16 | * Get the validation errors. |
||
| 17 | */ |
||
| 18 | public function getErrors() |
||
| 23 |