class MxxRu::TargetUnknownEx

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

Public Class Methods

new( target_name ) click to toggle source
Calls superclass method
# File lib/mxx_ru/ex.rb, line 78
def initialize( target_name )
  super( "Target unknown for: " + target_name )
end