
nl.svendubbeld.inject.exception.ConstructorException.kt Maven / Gradle / Ivy
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