Exception: SmartId::IncorrectAccountLevelError

Inherits:
Exception
  • Object
show all
Defined in:
lib/smart_id/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



19
20
21
# File 'lib/smart_id/exceptions.rb', line 19

def message
  "User exists, but has lower level account than required by request"
end