Exception: Typisch::NameResolutionError

Inherits:
TypeDeclarationError show all
Defined in:
lib/typisch/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(type_name) ⇒ NameResolutionError

Returns a new instance of NameResolutionError.



5
6
7
# File 'lib/typisch/errors.rb', line 5

def initialize(type_name)
  super("Problem resolving named placeholder type: cannot find type with name #{type_name} in registry")
end