class MxxRu::Cpp::LibOrDllTarget::Type_not_defined_ex

Exception type, which is thrown if target type is undefined.

Public Class Methods

new( a_prj_alias ) click to toggle source
a_prj_alias

Project alias, for which target type should be defined.

Calls superclass method
# File lib/mxx_ru/cpp/target.rb, line 1342
def initialize( a_prj_alias )
  super( "#{a_prj_alias}: type of target not defined yet" )
end