# frozen_string_literal: true require 'starcall/version' module Starcall class Error < StandardError; end end