class GdsApi::ContentStore::ItemNotFound
def self.build_from(http_error)
def self.build_from(http_error) new(http_error.code, http_error.message, http_error.error_details) end
def self.build_from(http_error) new(http_error.code, http_error.message, http_error.error_details) end