This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Description
Often in tests it is necessary to mock an API. To simluate a failure mock should be able to throw ErrorResponseException, however its constructor is made private.
Please relax the visibility constraint on constructor (make it at least protected + make class non-final or just make public constructor).
Thanks