Exception: Qyu::Errors::NotImplementedError

Inherits:
Base
  • Object
show all
Defined in:
lib/qyu/errors/not_implemented_error.rb

Overview

Qyu::Errors::NotImplementedError

Instance Method Summary collapse

Constructor Details

#initializeNotImplementedError

Returns a new instance of NotImplementedError.



7
8
9
# File 'lib/qyu/errors/not_implemented_error.rb', line 7

def initialize
  super('Abstract method. Should have been overwritten.')
end