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

Version Path
stealth-1.1.6 lib/stealth/errors.rb
stealth-1.1.5 lib/stealth/errors.rb
stealth-1.1.4 lib/stealth/errors.rb
stealth-1.1.3 lib/stealth/errors.rb
stealth-1.1.2 lib/stealth/errors.rb
stealth-1.1.1 lib/stealth/errors.rb
stealth-1.1.0 lib/stealth/errors.rb
stealth-1.1.0.rc3 lib/stealth/errors.rb
stealth-1.1.0.rc2 lib/stealth/errors.rb
stealth-1.1.0.rc1 lib/stealth/errors.rb
stealth-1.0.4 lib/stealth/errors.rb
stealth-1.0.3 lib/stealth/errors.rb
stealth-1.0.2 lib/stealth/errors.rb
stealth-1.0.1 lib/stealth/errors.rb
stealth-1.0.0 lib/stealth/errors.rb
stealth-1.0.0.rc1 lib/stealth/errors.rb
stealth-1.0.0.pre2 lib/stealth/errors.rb
stealth-1.0.0.pre1 lib/stealth/errors.rb
stealth-0.10.6 lib/stealth/errors.rb
stealth-0.10.5 lib/stealth/errors.rb