Exception: MxxRu::TargetUnknownEx

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

Overview

Exception, thrown if no target object is found for given alias.

Instance Method Summary collapse

Constructor Details

#initialize(target_name) ⇒ TargetUnknownEx

Returns a new instance of TargetUnknownEx.



78
79
80
# File 'lib/mxx_ru/ex.rb', line 78

def initialize( target_name )
  super( "Target unknown for: " + target_name )
end