Skip to content

Commit 6c1f3ce

Browse files
author
Kevin Hellemun
committed
More cleaning 👏.
1 parent a5c3b7e commit 6c1f3ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

BunqSdk/Exception/ExceptionFactory.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ public class ExceptionFactory
1818
private const string GLUE_ERROR_MESSAGES = "\n";
1919

2020

21+
22+
/// <param name="responseCode"></param>
23+
/// <param name="messages"></param>
24+
/// <returns>The exception that belongs to this status code.</returns>
2125
public static ApiException CreateExceptionForResponse(int responseCode, IList<string> messages)
2226
{
2327
var errorMessage = ConcatenateMessages(messages);

0 commit comments

Comments
 (0)