Sha256: 925fca4ce64b98b2ef3becf3d556c22ac6ecf5723a73708e69a3fce13e78bdc6

Contents?: true

Size: 257 Bytes

Versions: 3

Compression:

Stored size: 257 Bytes

Contents

module Constants
  module Errors
    UNDEFINED_COLUMN = "UndefinedColumn".freeze
    UNDEFINED_TABLE = "UndefinedTable".freeze
    UNDEFINED_VARIABLE = "undefined local variable".freeze
    UNINITIALIZED_CONSTANT = "uninitialized constant".freeze
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pry-byetypo-1.3.5 lib/pry-byetypo/constants/errors.rb
pry-byetypo-1.3.4 lib/pry-byetypo/constants/errors.rb
pry-byetypo-1.3.3 lib/pry-byetypo/constants/errors.rb