Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lobbyist-ruby / lib / lobbyist / error / decode_error.rb
Size: Mime:
module Lobbyist
  class Error
    # Raised when JSON parsing fails
    class DecodeError < Lobbyist::Error
    end
  end
end