Sha256: 60de4cbbf5991df96095d5cb07277d46c0f133233b328a8250aa6ad3eb97ed84

Contents?: true

Size: 213 Bytes

Versions: 9

Compression:

Stored size: 213 Bytes

Contents

# frozen_string_literal: true

module Light
  module Services
    class Error < StandardError; end
    class ParamRequired < Light::Services::Error; end
    class ParamType < Light::Services::Error; end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
light-services-0.6.3 lib/light/services/exceptions.rb
light-services-0.6.2 lib/light/services/exceptions.rb
light-services-0.6.1 lib/light/services/exceptions.rb
light-services-0.6.0 lib/light/services/exceptions.rb
light-services-0.5.4 lib/light/services/exceptions.rb
light-services-0.5.3 lib/light/services/exceptions.rb
light-services-0.5.2 lib/light/services/exceptions.rb
light-services-0.5.1 lib/light/services/exceptions.rb
light-services-0.5.0 lib/light/services/exceptions.rb