Exception: HumanAttributes::Error::NotImplemented

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/human_attributes/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeNotImplemented

Returns a new instance of NotImplemented.



4
5
6
# File 'lib/human_attributes/errors.rb', line 4

def initialize
  super("formatter not implemented")
end