Exception: MxxRu::Cpp::LibOrDllTarget::TypeAlreadyDefinedEx

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

Overview

Exception type, which is thrown if target type was already defined.

Instance Method Summary collapse

Constructor Details

#initialize(a_prj_alias, a_type) ⇒ TypeAlreadyDefinedEx

a_prj_tag

Target identifier, for which type is established.

a_type

Already defined target type.



1298
1299
1300
1301
# File 'lib/mxx_ru/cpp/target.rb', line 1298

def initialize( a_prj_alias, a_type )
  super( "#{a_prj_alias}: type of target already defined " +
    "as #{a_type}" )
end