# File lib/librarian/posix.rb, line 28
      def which!(cmd)
        which(cmd) or raise Error, "cannot find #{cmd}"
      end