Sha256: 2b5c12af26eb3da7e11fb5a258e192d023af51f9b65bb6a1b6392d7079a88d54

Contents?: true

Size: 199 Bytes

Versions: 2

Compression:

Stored size: 199 Bytes

Contents

module Unsplash # :nodoc:
  # Raised when there is an error communicating with Unsplash.
  class Error < StandardError; end
  # Raise for deprecation errors
  class DeprecationError < Error; end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
unsplash-1.5.6 lib/unsplash/errors.rb
unsplash_mango-1.0.0 lib/unsplash/errors.rb