class MxxRu::Cpp::Toolset::UnknownTagEx

Exception, thrown in case of unknown toolset tag value.

Public Class Methods

new( a_tag_name ) click to toggle source
Calls superclass method
# File lib/mxx_ru/cpp/toolset.rb, line 286
def initialize( a_tag_name )
  super( "Unknown or missing toolset tag: '#{a_tag_name}" )
end