Exception: Monarchy::Exceptions::RoleNotRevokable

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

Instance Method Summary collapse

Instance Method Details

#messageObject



78
79
80
81
# File 'lib/monarchy/exceptions.rb', line 78

def message
  "Can not revoke default role when no more roles exists! \
    (Use 'revoke_role!' if you know what you are doing )"
end