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.



291
292
293
# File 'lib/mxx_ru/cpp/toolset.rb', line 291

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