- make exceptions internal

pull/57/head
Simon G 4 years ago
parent 3485b93d84
commit 440b4ae7f6
  1. 2
      LightweightIocContainer/Exceptions/GenericMethodNotFoundException.cs
  2. 2
      LightweightIocContainer/Exceptions/InvalidDisposeStrategyException.cs

@ -9,7 +9,7 @@ namespace LightweightIocContainer.Exceptions
/// <summary> /// <summary>
/// Could not find generic method /// Could not find generic method
/// </summary> /// </summary>
public class GenericMethodNotFoundException : Exception internal class GenericMethodNotFoundException : Exception
{ {
/// <summary> /// <summary>
/// Could not find generic method /// Could not find generic method

@ -9,7 +9,7 @@ namespace LightweightIocContainer.Exceptions;
/// <summary> /// <summary>
/// Invalid <see cref="DisposeStrategy"/> is used /// Invalid <see cref="DisposeStrategy"/> is used
/// </summary> /// </summary>
public class InvalidDisposeStrategyException : IocContainerException internal class InvalidDisposeStrategyException : IocContainerException
{ {
/// <summary> /// <summary>
/// Invalid <see cref="DisposeStrategy"/> is used /// Invalid <see cref="DisposeStrategy"/> is used

Loading…
Cancel
Save