require_relative 'lhj_exception' module Lhj class Interface class LhjShellError < LhjException def prefix '[SHELL_ERROR]' end end end end