Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Commit 5467e1d

Browse files
authored
Merge pull request #337 from kiwidave72/master
changed NotAvailableException to a public class
2 parents 7b75048 + 7579bfe commit 5467e1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Xero.Api/Infrastructure/Exceptions/NotAvailableException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace Xero.Api.Infrastructure.Exceptions
55
{
66
[Serializable]
7-
internal class NotAvailableException
7+
public class NotAvailableException
88
: XeroApiException
99
{
1010
public NotAvailableException() { }

0 commit comments

Comments
 (0)