class Qyu::Errors::NotImplementedError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/qyu/errors/not_implemented_error.rb, line 7 def initialize super('Abstract method. Should have been overwritten.') end