module Cucumber module Formatter class TestCaseUnknownError < StandardError; end class TestStepUnknownError < StandardError; end end end