3 namespace Shaarli\Api\Exceptions
;
6 * Class ApiBadParametersException
8 * Invalid request exception, return a 400 HTTP code.
10 class ApiBadParametersException
extends ApiException
15 public function getApiResponse()
17 return $this->buildApiResponse(400);