Exception: Regrit::Provider::Mock::NotImplemented

Inherits:
Error
  • Object
show all
Defined in:
lib/regrit/provider/mock.rb

Instance Method Summary collapse

Constructor Details

#initializeNotImplemented

Returns a new instance of NotImplemented.



5
6
7
# File 'lib/regrit/provider/mock.rb', line 5

def initialize
  super "Command not implemented."
end