|
|
|
@ -13,7 +13,7 @@ namespace LightweightIocContainer.Exceptions |
|
|
|
public abstract class IocContainerException : Exception |
|
|
|
public abstract class IocContainerException : Exception |
|
|
|
{ |
|
|
|
{ |
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// A base <see cref="Exception"/> for the <see cref="LightweightIocContainer"/> |
|
|
|
/// A base <see cref="Exception"/> for the <see cref="LightweightIocContainer"/> |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
protected IocContainerException() => InnerExceptions = new List<Exception>(); |
|
|
|
protected IocContainerException() => InnerExceptions = new List<Exception>(); |
|
|
|
|
|
|
|
|
|
|
|
|