Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 9186eb6

Browse files
committed
Fix naming conflict
1 parent 54f1424 commit 9186eb6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/GitHub.Exports/ExceptionExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace GitHub.Extensions
55
{
6-
public static class ExceptionExtensions
6+
public static class ApiExceptionExtensions
77
{
88
const string GithubHeader = "X-GitHub-Request-Id";
99
public static bool IsGitHubApiException(this Exception ex)

src/GitHub.Exports/GitHub.Exports.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
<Link>Key.snk</Link>
9898
</None>
9999
<Compile Include="Collections\ICopyable.cs" />
100+
<Compile Include="ExceptionExtensions.cs" />
100101
<Compile Include="Helpers\INotifyPropertySource.cs" />
101102
<Compile Include="Extensions\PropertyNotifierExtensions.cs" />
102103
<Compile Include="Extensions\SimpleRepositoryModelExtensions.cs" />

0 commit comments

Comments
 (0)