class DMAO::Ingesters::Errors::EmptyAttributes

Public Class Methods

new(msg="Attributes need to be specified.") click to toggle source
Calls superclass method
# File lib/dmao/ingesters/errors/empty_attributes.rb, line 7
def initialize(msg="Attributes need to be specified.")
  super(msg)
end