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

Commit 121abb8

Browse files
authored
Merge branch 'master' into patch-1
2 parents ac19733 + 5467e1d commit 121abb8

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)