Exception: Grognard::AbilitiesNotDefinedError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



6
7
8
# File 'lib/grognard/exceptions.rb', line 6

def message
  "ability has not been defined"
end