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