# File lib/merb-core/controller/exceptions.rb, line 18
  def same?(other)
    self.class == other.class &&
    self.message == other.message &&
    self.backtrace == other.backtrace
  end