Makes Exception constructors public
In unit tests mocking out an IDatabase with implementations that throw an error was not possible. Constructing the Exception instances wasn't accessible in user code. It is now.
Showing
Please register or sign in to comment