Sha256: bdcfe9fa51f62852ee05cc09cf1c1e933fdd07097a9ea6adfe05243207b8aafc
Contents?: true
Size: 226 Bytes
Versions: 3
Compression:
Stored size: 226 Bytes
Contents
## # Errors # module NPR class ClientError < StandardError end #------------------- class ServerError < StandardError end #------------------- class NotConfiguredError < ClientError end end # NPR
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
npr-0.1.2 | lib/npr/errors.rb |
npr-0.1.1 | lib/npr/errors.rb |
npr-0.1.0 | lib/npr/errors.rb |