Exception: ActiveFacts::API::MissingIdentificationException

Inherits:
SchemaException show all
Defined in:
lib/activefacts/api/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(klass) ⇒ MissingIdentificationException

Returns a new instance of MissingIdentificationException.



43
44
45
# File 'lib/activefacts/api/exceptions.rb', line 43

def initialize klass
  super "You must list the roles which will identify #{klass.basename}"
end