Sha256: b8e95fd9c6c4fc7a75a6de1272c6dd429ecd2c126e5a890e32f8eec4c2153c00

Contents?: true

Size: 270 Bytes

Versions: 9

Compression:

Stored size: 270 Bytes

Contents

module DattsRight
  class DattsRightError < StandardError
  end

  class NoDefinitionError < DattsRightError
  end

  class AlreadyDefined < DattsRightError
  end

  class NotDefinedError < DattsRightError
  end

  class AttributeKeyRequired < DattsRightError
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
datts_right-0.0.32 lib/datts_right/errors.rb
datts_right-0.0.31 lib/datts_right/errors.rb
datts_right-0.0.30 lib/datts_right/errors.rb
datts_right-0.0.29 lib/datts_right/errors.rb
datts_right-0.0.28 lib/datts_right/errors.rb
datts_right-0.0.27 lib/datts_right/errors.rb
datts_right-0.0.26 lib/datts_right/errors.rb
datts_right-0.0.25 lib/datts_right/errors.rb
datts_right-0.0.24 lib/datts_right/errors.rb