UnsupportedBitwiseShiftAmount
Thrown during integrity check when a bitwise shift operation is attempted with a shift amount greater than 255 or 0. As the shift amount is taken from the operand, this is a compile time error so there's no need to support behaviour that would always evaluate to 0 or be a noop.
error UnsupportedBitwiseShiftAmount(uint256 shiftAmount);