Equip\Handler\JsonContentHandler::throwException PHP Method

throwException() protected method

protected throwException ( $message )
    protected function throwException($message)
    {
        throw HttpException::badRequest($message);
    }