Exception: Grognard::RoleNotDefinedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/grognard/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



12
13
14
# File 'lib/grognard/exceptions.rb', line 12

def message
  "role has not been defined"
end