Exception: MxxRu::Cpp::LibOrDllTarget::TypeNotDefinedEx

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

Overview

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

Instance Method Summary collapse

Constructor Details

#initialize(a_prj_alias) ⇒ TypeNotDefinedEx

a_prj_alias

Project alias, for which target type should be defined.



1338
1339
1340
# File 'lib/mxx_ru/cpp/target.rb', line 1338

def initialize( a_prj_alias )
  super( "#{a_prj_alias}: type of target not defined yet" )
end