- 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>
/// Could not find generic method
/// </summary>
public class GenericMethodNotFoundException : Exception
internal class GenericMethodNotFoundException : Exception
{
/// <summary>
/// Could not find generic method

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

Loading…
Cancel
Save