Exception: MxxRu::UnsupportedModeEx

Inherits:
Ex
  • Object
show all
Defined in:
lib/mxx_ru/ex.rb

Overview

Exception, thrown if some mode is not supported by the toolset.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ UnsupportedModeEx

Returns a new instance of UnsupportedModeEx.



134
135
136
# File 'lib/mxx_ru/ex.rb', line 134

def initialize( msg )
  super( msg )
end