diff --git a/source/poodinis/container.d b/source/poodinis/container.d index a1f76fc..3cb4ae3 100644 --- a/source/poodinis/container.d +++ b/source/poodinis/container.d @@ -22,15 +22,6 @@ debug { public import poodinis.registration; public import poodinis.autowire; -/** - * Exception thrown when errors occur while registering a type in a dependency container. - */ -class RegistrationException : Exception { - this(string message, TypeInfo registeredType, TypeInfo_Class concreteType) { - super(format("Exception while registering type %s to %s: %s", registeredType.toString(), concreteType.name, message)); - } -} - /** * Exception thrown when errors occur while resolving a type in a dependency container. */