mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Remove unused exception
This commit is contained in:
parent
7945cc0ea3
commit
6c8e3c81b3
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue