Skip to content

Commit

Permalink
Add serializable attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Oct 5, 2018
1 parent e7339a5 commit 38961a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Refit/ApiException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

namespace Refit
{

[Serializable]
public class ApiException : Exception
{
public HttpStatusCode StatusCode { get; }
Expand Down

0 comments on commit 38961a7

Please sign in to comment.