class Cumuliform::Error::DuplicateLogicalID
raised when a logical ID already exists
Public Instance Methods
to_s()
click to toggle source
returns human-readable error message
# File lib/cumuliform/error.rb, line 19 def to_s "Existing item with logical ID '#{id}'" end