Sha256: 35ad49a6315df89358eb845efde98cdac49a804b9a3a1a99845fc29d285d7404
Contents?: true
Size: 185 Bytes
Versions: 19
Compression:
Stored size: 185 Bytes
Contents
# -*- encoding : utf-8 -*- require 'phrase' require 'phrase/api' module Phrase::Api::Exceptions class Unauthorized < StandardError; end class ServerError < StandardError; end end
Version data entries
19 entries across 19 versions & 1 rubygems