Exception: Trav3::Unimplemented

Inherits:
StandardError
  • Object
show all
Defined in:
lib/trav3/error/unimplemented.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



5
6
7
# File 'lib/trav3/error/unimplemented.rb', line 5

def message
  'This feature is not implemented.'
end