
nl.svendubbeld.inject.exception.ConstructorException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of inject Show documentation
Show all versions of inject Show documentation
Dependency Injection tool
The newest version!
package nl.svendubbeld.inject.exception
/**
* Thrown when there is no suitable constructor available.
*/
class ConstructorException : Exception("Type contains no constructors.")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy