Sha256: 90182cc6e1c20119971589527df654bb3877ea0e8ecc5325d46a9697726ac2aa

Contents?: true

Size: 373 Bytes

Versions: 2

Compression:

Stored size: 373 Bytes

Contents

# encoding: utf-8

class Demo
  module Core
    class Error
      include Concord::Public.new(:object)
      include Adamantium::Flat

      InternalError       = Class.new(self)
      ApplicationError    = Class.new(self)
      AuthenticationError = Class.new(self)
      AuthorizationError  = Class.new(self)
      ValidationError     = Class.new(self)
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
substation-0.0.11 spec/demo/core/errors.rb
substation-0.0.10 spec/demo/core/errors.rb