Thrown by same-unit math when a cast bypasses the compile-time type check at runtime (e.g. q1.add(q2 as Quantity<U>) with mismatched units).
q1.add(q2 as Quantity<U>)
Readonly
Thrown by same-unit math when a cast bypasses the compile-time type check at runtime (e.g.
q1.add(q2 as Quantity<U>)with mismatched units).