Skip to content

Commit 4a42f7d

Browse files
author
Kevin Hellemun
committed
Fixed invalid string format. (#63)
1 parent 961715a commit 4a42f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BunqSdk/Exception/ExceptionFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class ExceptionFactory
2323
/// <summary>
2424
/// String format constants.
2525
/// </summary>
26-
private static string FORMAT_ERROR_MESSAGE = "Response id to help bunq debug: {0}. \n Error message: {1.}";
26+
private static string FORMAT_ERROR_MESSAGE = "Response id to help bunq debug: {0}. \n Error message: {1}";
2727

2828
/// <returns>The exception that belongs to this status code.</returns>
2929
public static ApiException CreateExceptionForResponse(

0 commit comments

Comments
 (0)