# frozen_string_literal: true module DeepL module Exceptions class Error < StandardError end end end