class Cumuliform::Error::EmptyItem

raised when an item (e.g. Resource or Parameter) to be output contains nothing

Public Instance Methods

to_s() click to toggle source

returns human-readable error message

# File lib/cumuliform/error.rb, line 52
def to_s
  "Empty item '#{id}'"
end