class Fivemat::Cucumber

def exception(exception, status)

def exception(exception, status)
  @exceptions << [exception, status]
  super if defined?(super)
end