Module: Constants::Errors

Defined in:
lib/pry-byetypo/constants/errors.rb

Constant Summary collapse

UNDEFINED_COLUMN =
"UndefinedColumn".freeze
UNDEFINED_TABLE =
"UndefinedTable".freeze
UNDEFINED_VARIABLE =
"undefined local variable".freeze
UNINITIALIZED_CONSTANT =
"uninitialized constant".freeze