# File lib/merb-core/test/matchers/controller_matchers.rb, line 45
    def failure_message
      "expected #{@target} to be a #{@expected} error, but it was " << 
        @target.request.exceptions.first.inspect
    end