class Minitest::UnexpectedError

def initialize exception # :nodoc:

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