Sha256: e2f9e613be6c0b322e9ecc9a961b7ec0564af9151052dc323a47dd8e961b55b7
Contents?: true
Size: 669 Bytes
Versions: 25
Compression:
Stored size: 669 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 class FlowError < Errors end class FlowDefinitionError < Errors end end end
Version data entries
25 entries across 25 versions & 1 rubygems