silenced warning about toString
not having switch case for ArgumentError
This commit is contained in:
parent
b6e423a6e3
commit
e9e6cab099
|
@ -14,6 +14,7 @@ module Error = {
|
|||
| NotYetImplemented => "Not Yet Implemented"
|
||||
| Unreachable => "Unreachable"
|
||||
| DistributionVerticalShiftIsInvalid => "Distribution Vertical Shift Is Invalid"
|
||||
| ArgumentError(x) => `Argument Error: ${x}`
|
||||
| Other(s) => s
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user