money-module/src/main/kotlin/com/cubetiqs/libra/moneyutils/MoneyCurrencyStateException.kt

3 lines
161 B
Kotlin

package com.cubetiqs.libra.moneyutils
class MoneyCurrencyStateException(message: String? = null) : IllegalStateException(message ?: "money currency not found!")