Sha256: 55aa5a004b4be0503a78178df9308a23bce15494a8d2ead1e5b3dfab2024119c
Contents?: true
Size: 207 Bytes
Versions: 5
Compression:
Stored size: 207 Bytes
Contents
## # Errors # module NPR class ClientError < StandardError end class ServerError < StandardError end class APIError < ServerError end class NotConfiguredError < ClientError end end # NPR
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
npr-3.0.0 | lib/npr/errors.rb |
npr-2.0.2 | lib/npr/errors.rb |
npr-2.0.1 | lib/npr/errors.rb |
npr-2.0.0 | lib/npr/errors.rb |
npr-1.2.0 | lib/npr/errors.rb |