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