Exception: MxxRu::Cpp::LibOrDllTarget::TypeNotDefinedEx
- Defined in:
- lib/mxx_ru/cpp/target.rb
Overview
Exception type, which is thrown if target type is undefined.
Instance Method Summary collapse
-
#initialize(a_prj_alias) ⇒ TypeNotDefinedEx
constructor
- a_prj_alias
-
Project alias, for which target type should be defined.
Constructor Details
#initialize(a_prj_alias) ⇒ TypeNotDefinedEx
- a_prj_alias
-
Project alias, for which target type should be defined.
1342 1343 1344 |
# 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 |