Exception: MxxRu::Cpp::Toolset::UnknownTagEx

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

Overview

Exception, thrown in case of unknown toolset tag value.

Instance Method Summary collapse

Constructor Details

#initialize(a_tag_name) ⇒ UnknownTagEx

Returns a new instance of UnknownTagEx.



281
282
283
# File 'lib/mxx_ru/cpp/toolset.rb', line 281

def initialize( a_tag_name )
  super( "Unknown or missing toolset tag: '#{a_tag_name}" )
end