Consider ```ruby case type when 1 # Do nothing when 2 total += 1 end ``` The empty ```when``` causes an exception.