Sha256: 3d719b27d2ea481049f66597edb93545e1d7c59d969e3743c9e423b0cb33e580
Contents?: true
Size: 186 Bytes
Versions: 36
Compression:
Stored size: 186 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
36 entries across 36 versions & 1 rubygems