module Nin class ItemNotFoundError < StandardError; end class EmptyCommandArgumentError < StandardError; end end