Sha256: afcc1de2939aa96646d53be597345a8fbac193a055cc2832d8da05ae40b9f181

Contents?: true

Size: 196 Bytes

Versions: 5

Compression:

Stored size: 196 Bytes

Contents

# frozen_string_literal: true

module DeepL
  module Exceptions
    class NotSupported < Error
      def initialize(msg = 'The feature is not supported')
        super
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
deepl-rb-2.5.3 lib/deepl/exceptions/not_supported.rb
deepl-rb-2.5.2 lib/deepl/exceptions/not_supported.rb
deepl-rb-2.5.1 lib/deepl/exceptions/not_supported.rb
deepl-rb-2.5.0 lib/deepl/exceptions/not_supported.rb
deepl-rb-2.4.0 lib/deepl/exceptions/not_supported.rb