# frozen_string_literal: true module COSE class Error < StandardError; end end