Skip to content

Commit

Permalink
Remove now-obsolete InvalidMixinConfigurationException
Browse files Browse the repository at this point in the history
  • Loading branch information
stakx committed Jun 26, 2020
1 parent b4d8ab0 commit b50de34
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 42 deletions.
2 changes: 0 additions & 2 deletions ref/Castle.Core-net45.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2629,8 +2629,6 @@ public interface IProxyTargetAccessor
Castle.DynamicProxy.IInterceptor[] GetInterceptors();
}
[System.Serializable]
public class InvalidMixinConfigurationException : System.Exception { }
[System.Serializable]
public class InvalidProxyConstructorArgumentsException : System.ArgumentException
{
public System.Type ClassToProxy { get; }
Expand Down
2 changes: 0 additions & 2 deletions ref/Castle.Core-netstandard2.0.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2595,8 +2595,6 @@ public interface IProxyTargetAccessor
Castle.DynamicProxy.IInterceptor[] GetInterceptors();
}
[System.Serializable]
public class InvalidMixinConfigurationException : System.Exception { }
[System.Serializable]
public class InvalidProxyConstructorArgumentsException : System.ArgumentException
{
public System.Type ClassToProxy { get; }
Expand Down
2 changes: 0 additions & 2 deletions ref/Castle.Core-netstandard2.1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2595,8 +2595,6 @@ public interface IProxyTargetAccessor
Castle.DynamicProxy.IInterceptor[] GetInterceptors();
}
[System.Serializable]
public class InvalidMixinConfigurationException : System.Exception { }
[System.Serializable]
public class InvalidProxyConstructorArgumentsException : System.ArgumentException
{
public System.Type ClassToProxy { get; }
Expand Down
36 changes: 0 additions & 36 deletions src/Castle.Core/DynamicProxy/InvalidMixinConfigurationException.cs

This file was deleted.

0 comments on commit b50de34

Please sign in to comment.