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"
|
| NotYetImplemented => "Not Yet Implemented"
|
||||||
| Unreachable => "Unreachable"
|
| Unreachable => "Unreachable"
|
||||||
| DistributionVerticalShiftIsInvalid => "Distribution Vertical Shift Is Invalid"
|
| DistributionVerticalShiftIsInvalid => "Distribution Vertical Shift Is Invalid"
|
||||||
|
| ArgumentError(x) => `Argument Error: ${x}`
|
||||||
| Other(s) => s
|
| Other(s) => s
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user