class MxxRu::Unsupported_mode_ex
Exception, thrown if some mode is not supported by the toolset.
Public Class Methods
new( msg )
click to toggle source
Calls superclass method
# File lib/mxx_ru/ex.rb, line 134 def initialize( msg ) super( msg ) end