Sha256: b7d3e16907dc4450af9b5344516fa46753aa4c39a769577d18f457908eedc504
Contents?: true
Size: 583 Bytes
Versions: 2
Compression:
Stored size: 583 Bytes
Contents
# coding: utf-8 # frozen_string_literal: true module Stealth class Errors < StandardError class ConfigurationError < Errors end class ReplyFormatNotSupported < Errors end class ServiceImpaired < Errors end class ServiceError < Errors end class ServiceNotRecognized < Errors end class ControllerRoutingNotImplemented < Errors end class UndefinedVariable < Errors end class RedisNotConfigured < Errors end class InvalidStateTransition < Errors end class ReplyNotFound < Errors end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stealth-0.9.8 | lib/stealth/errors.rb |
stealth-0.9.7 | lib/stealth/errors.rb |