Method: ActiveFacts::API::MissingIdentificationException#initialize
- Defined in:
- lib/activefacts/api/exceptions.rb
#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 |