We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961715a commit 4a42f7dCopy full SHA for 4a42f7d
BunqSdk/Exception/ExceptionFactory.cs
@@ -23,7 +23,7 @@ public class ExceptionFactory
23
/// <summary>
24
/// String format constants.
25
/// </summary>
26
- private static string FORMAT_ERROR_MESSAGE = "Response id to help bunq debug: {0}. \n Error message: {1.}";
+ private static string FORMAT_ERROR_MESSAGE = "Response id to help bunq debug: {0}. \n Error message: {1}";
27
28
/// <returns>The exception that belongs to this status code.</returns>
29
public static ApiException CreateExceptionForResponse(
0 commit comments