|
|
|
@ -4,7 +4,6 @@ |
|
|
|
|
|
|
|
|
|
|
|
using System; |
|
|
|
using System; |
|
|
|
using System.Collections.Generic; |
|
|
|
using System.Collections.Generic; |
|
|
|
using JetBrains.Annotations; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace LightweightIocContainer.Exceptions |
|
|
|
namespace LightweightIocContainer.Exceptions |
|
|
|
{ |
|
|
|
{ |
|
|
|
@ -38,7 +37,6 @@ namespace LightweightIocContainer.Exceptions |
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// The inner exceptions of the <see cref="IocContainerException"/> |
|
|
|
/// The inner exceptions of the <see cref="IocContainerException"/> |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[UsedImplicitly] |
|
|
|
public List<Exception> InnerExceptions { get; protected init; } |
|
|
|
public List<Exception> InnerExceptions { get; protected set; } |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |