Sha256: 8cc0a7088e31585747b798e845de5e85409b2ff9a5f4f41001725069b52493e2
Contents?: true
Size: 257 Bytes
Versions: 2
Compression:
Stored size: 257 Bytes
Contents
module Squall # Config missing class NoConfig < StandardError;end # HTTP 404 not found class NotFoundError < StandardError;end # HTTP 422 class ClientError < StandardError;end # HTTP 500 error class ServerError < StandardError;end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
squall-1.2.1beta1 | lib/squall/support/exception.rb |
squall-1.2.0beta1 | lib/squall/support/exception.rb |