Exception: RVM::IncompatibleRubyError

Inherits:
ErrorWithResult show all
Defined in:
lib/rvm/errors.rb

Overview

The given action can’t replace the env for the current process. Typically raised by RVM::Environment#gemset_use when the gemset is for another, incompatible ruby interpreter.

Provides access to the output of the shell command via #result.

Instance Attribute Summary

Attributes inherited from ErrorWithResult

#result

Method Summary

Methods inherited from ErrorWithResult

#initialize

Constructor Details

This class inherits a constructor from RVM::ErrorWithResult