diff options
Diffstat (limited to 'src/DotNetOAuth.Test/Mocks/TestBadChannel.cs')
-rw-r--r-- | src/DotNetOAuth.Test/Mocks/TestBadChannel.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/DotNetOAuth.Test/Mocks/TestBadChannel.cs b/src/DotNetOAuth.Test/Mocks/TestBadChannel.cs index 20fe03a..4c06980 100644 --- a/src/DotNetOAuth.Test/Mocks/TestBadChannel.cs +++ b/src/DotNetOAuth.Test/Mocks/TestBadChannel.cs @@ -30,13 +30,5 @@ namespace DotNetOAuth.Test.Mocks { protected override void SendDirectMessageResponse(IProtocolMessage response) {
throw new NotImplementedException();
}
-
- protected override void ReportErrorToUser(ProtocolException exception) {
- throw new NotImplementedException();
- }
-
- protected override void ReportErrorAsDirectResponse(ProtocolException exception) {
- throw new NotImplementedException();
- }
}
}
|