Sha256: 14e5761ec8913cccabc992c9059a65c3ea8d89785028eeee4dfb6334de62ee56

Contents?: true

Size: 216 Bytes

Versions: 4

Compression:

Stored size: 216 Bytes

Contents

module DattsRight
  class DattsRightError < StandardError
  end

  class NoDefinitionError < DattsRightError
  end

  class AlreadyDefined < DattsRightError
  end

  class NotDefinedError < DattsRightError
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
datts_right-0.0.23 lib/datts_right/errors.rb
datts_right-0.0.22 lib/datts_right/errors.rb
datts_right-0.0.21 lib/datts_right/errors.rb
datts_right-0.0.20 lib/datts_right/errors.rb