class Minitest::UnexpectedError

def initialize exception # :nodoc:

:nodoc:
def initialize exception # :nodoc:
  super "Unexpected exception"
  self.exception = exception
end