# frozen_string_literal: true module Namarara module Errors class VarNotDefined < EvalError end end end