Exception: JumpIn::AttributesNotUnique

Inherits:
Error
  • Object
show all
Defined in:
lib/jump_in.rb

Instance Method Summary collapse

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from JumpIn::Error

Instance Method Details

#messageObject



29
30
31
# File 'lib/jump_in.rb', line 29

def message
  'Custom authentication strategy attribute is not unique.'
end