commonMain.ch.tutteli.atrium.creating.PleaseUseReplacementException.kt Maven / Gradle / Ivy
package ch.tutteli.atrium.creating
/**
* Indicates a problem which was indicated by a `@Deprecated` annotation but was ignored by you ;-)
*/
class PleaseUseReplacementException(reason: String) : Exception(reason)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy