class HumanAttributes::Error::NotImplemented
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/human_attributes/errors.rb, line 4 def initialize super("formatter not implemented") end