Exception: Calexcer::MethodNotImplementedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/calexcer/errors/method_not_implemented_error.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
# File 'lib/calexcer/errors/method_not_implemented_error.rb', line 3

def message
  "method not implemented"
end