diff --git a/src/main/kotlin/core/node/services/NodeInterestRates.kt b/src/main/kotlin/core/node/services/NodeInterestRates.kt index 9b3eef196b..2ce6dacd90 100644 --- a/src/main/kotlin/core/node/services/NodeInterestRates.kt +++ b/src/main/kotlin/core/node/services/NodeInterestRates.kt @@ -163,5 +163,7 @@ object NodeInterestRates { } } - class UnknownFix(val fix: FixOf) : Exception() + class UnknownFix(val fix: FixOf) : Exception() { + override fun toString() = "Unknown fix: $fix" + } } \ No newline at end of file