Sha256: 758e1716645e74eaab85858ffc082945b3be87ca2db997658223175b61ac6933
Contents?: true
Size: 250 Bytes
Versions: 4
Compression:
Stored size: 250 Bytes
Contents
module Squall # HTTP 404 not found class NotFound < StandardError;end # HTTP 500 error class RequestError < StandardError;end # HTTP 422 class ServerError < StandardError;end # Config missing class NoConfig < StandardError;end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
squall-1.1.0 | lib/squall/support/exception.rb |
squall-1.0.2 | lib/squall/exception.rb |
squall-1.0.1 | lib/squall/exception.rb |
squall-1.0.0 | lib/squall/exception.rb |