hi, I am trying to test my spring boot error handler. I use a graphql client that uses ktor under the hood. now I would like to mock the client and set the answer to a ClientRequestException. I tried to mock the httpResponse needed from the client, because I did not understand how to instantiate this class. but using a mock does not seem to work either. So how can I throw a ClientRequestException for a test case?