# frozen_string_literal: true require_relative "wa_cloud_api/version" module WaCloudApi class Error < StandardError; end # Your code goes here... end