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