Sha256: 9a8f82c6a92af660d81cd7b339538f6acd46afce64d7a2edf647c9c5f138bf67

Contents?: true

Size: 142 Bytes

Versions: 8

Compression:

Stored size: 142 Bytes

Contents

module Liberic
  module Response
    class ResponseError < StandardError
    end

    class LibraryNotFound < ResponseError
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
liberic-1.3.1 lib/liberic/response/errors.rb
liberic-1.3.0 lib/liberic/response/errors.rb
liberic-1.2.0 lib/liberic/response/errors.rb
liberic-1.1.0 lib/liberic/response/errors.rb
liberic-0.1.3 lib/liberic/response/errors.rb
liberic-0.1.2 lib/liberic/response/errors.rb
liberic-0.1.1 lib/liberic/response/errors.rb
liberic-0.1.0 lib/liberic/response/errors.rb