# File lib/cimi/model/errors.rb, line 21
    def initialize
      super("Requested Entity Not Found")
      self.code = 404
    end