Sha256: 14f45dbd77358b76e6150c56d2b4de32c569d1d8bd4c01240c495d4fdeeb56aa
Contents?: true
Size: 469 Bytes
Versions: 19
Compression:
Stored size: 469 Bytes
Contents
module RightApi module Exceptions # Alias for a class that was renamed. This exists to preserve interface compatibility. # @deprecated do not use - will be removed in right_api_client 2.0 ApiException = ::RightApi::ApiError # Alias for a class that was renamed. This exists to preserve interface compatibility. # @deprecated do not use - will be removed in right_api_client 2.0 UnknownRouteException = ::RightApi::UnknownRouteError end end
Version data entries
19 entries across 19 versions & 1 rubygems