# File lib/yard/server/commands/display_object_command.rb, line 40
        def not_found
          super
          self.body = "Could not find object: #{object_path}"
        end