Sha256: a615fc803931a3b708430bc823e6faa69347ab1b0e07f420cd960d9a6f5a7dcd

Contents?: true

Size: 206 Bytes

Versions: 1

Compression:

Stored size: 206 Bytes

Contents

# frozen_string_literal: true

module I18n
  module Backend
    class RemoteBackend
      class InvalidURLException < StandardError; end
      class BlankURLException < StandardError; end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
i18n-remote_backend-0.1.0 lib/i18n/backend/remote_backend/exceptions.rb