Skip to content

Commit a5c3b7e

Browse files
author
Kevin Hellemun
committed
Some cleaning 👏.
1 parent 59fd11d commit a5c3b7e

9 files changed

+8
-24
lines changed

BunqSdk/Exception/ApiException.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System.Collections.Generic;
2-
1+

32
namespace Bunq.Sdk.Exception
43
{
54
public class ApiException : System.Exception

BunqSdk/Exception/BadRequestException.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System.Collections.Generic;
2-
3-
namespace Bunq.Sdk.Exception
1+
namespace Bunq.Sdk.Exception
42
{
53
public class BadRequestException : ApiException
64
{

BunqSdk/Exception/ExceptionFactory.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Collections.Generic;
2-
using Bunq.Sdk.Model;
32

43
namespace Bunq.Sdk.Exception
54
{

BunqSdk/Exception/ForbiddenException.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System.Collections.Generic;
2-
3-
namespace Bunq.Sdk.Exception
1+
namespace Bunq.Sdk.Exception
42
{
53
public class ForbiddenException : ApiException
64
{

BunqSdk/Exception/MethodNotAllowedException.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System.Collections.Generic;
2-
3-
namespace Bunq.Sdk.Exception
1+
namespace Bunq.Sdk.Exception
42
{
53
public class MethodNotAllowedException : ApiException
64
{

BunqSdk/Exception/NotFoundException.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System.Collections.Generic;
2-
3-
namespace Bunq.Sdk.Exception
1+
namespace Bunq.Sdk.Exception
42
{
53
public class NotFoundException : ApiException
64
{

BunqSdk/Exception/PleaseContactBunqException.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System.Collections.Generic;
2-
3-
namespace Bunq.Sdk.Exception
1+
namespace Bunq.Sdk.Exception
42
{
53
public class PleaseContactBunqException : ApiException
64
{

BunqSdk/Exception/ToManyRequestsException.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System.Collections.Generic;
2-
3-
namespace Bunq.Sdk.Exception
1+
namespace Bunq.Sdk.Exception
42
{
53
public class ToManyRequestsException : ApiException
64
{

BunqSdk/Exception/UnauthorizedException.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System.Collections.Generic;
2-
3-
namespace Bunq.Sdk.Exception
1+
namespace Bunq.Sdk.Exception
42
{
53
public class UnauthorizedException : ApiException
64
{

0 commit comments

Comments
 (0)