Equip\Handler\JsonContentHandler::throwException PHP Метод

throwException() защищенный Метод

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