Navigation Menu

Skip to content

Commit

Permalink
renamed exception property so it's properly deserialized
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsheehan committed Aug 26, 2011
1 parent f472871 commit 3f5488a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Twilio.Api/Model/TwilioBase.cs
Expand Up @@ -25,7 +25,7 @@ public abstract class TwilioBase
/// <summary>
/// Exception encountered during API request
/// </summary>
public RestException Exception { get; set; }
public RestException RestException { get; set; }
/// <summary>
/// The URI for this resource, relative to https://api.twilio.com
/// </summary>
Expand Down

0 comments on commit 3f5488a

Please sign in to comment.