mirror of
https://github.com/corda/corda.git
synced 2025-06-18 23:28:21 +00:00
Minor: add a toString for the UnknownFix exception
This commit is contained in:
@ -163,5 +163,7 @@ object NodeInterestRates {
|
||||
}
|
||||
}
|
||||
|
||||
class UnknownFix(val fix: FixOf) : Exception()
|
||||
class UnknownFix(val fix: FixOf) : Exception() {
|
||||
override fun toString() = "Unknown fix: $fix"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user