Sha256: 82284437f3931568a67f210b716cf38de206cc56a0fe2d641a6448218f84cdf1

Contents?: true

Size: 182 Bytes

Versions: 4

Compression:

Stored size: 182 Bytes

Contents

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

4 entries across 4 versions & 1 rubygems

Version Path
light-services-0.4.0 lib/light/services/exceptions.rb
light-services-0.3.0 lib/light/services/exceptions.rb
light-services-0.2.0 lib/light/services/exceptions.rb
light-services-0.1.0 lib/light/services/exceptions.rb