Sha256: 3badf4844fa64fb9f2e535081bb7e923882736ab7e624e987bc1eeef78076bb9

Contents?: true

Size: 294 Bytes

Versions: 1

Compression:

Stored size: 294 Bytes

Contents

module LightParams
  module Errors
    BaseError = Class.new(StandardError)
    ValueTransformationError = Class.new(BaseError)
    MissingCollectionError   = Class.new(BaseError)
    MissingParamError        = Class.new(BaseError)
    JsonParseError           = Class.new(BaseError)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
light_params-1.0.0 lib/light_params/errors.rb