Method: ActiveFacts::API::TypeMigrationException#initialize

Defined in:
lib/activefacts/api/exceptions.rb

#initialize(klass, supertype, key) ⇒ TypeMigrationException

Returns a new instance of TypeMigrationException.



101
102
103
# File 'lib/activefacts/api/exceptions.rb', line 101

def initialize(klass, supertype, key)
  super "#{klass} cannot be asserted due to the prior existence of a conflicting #{supertype} identified by #{key.inspect}"
end