- refactoring

pull/57/head
Simon G 4 years ago
parent 440b4ae7f6
commit f4ec79331a
  1. 2
      LightweightIocContainer/Exceptions/IocContainerException.cs

@ -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>();

Loading…
Cancel
Save