class Cumuliform::Error::FragmentAlreadyDefined

raised when a Fragment with the same ID has already been defined

Public Instance Methods

to_s() click to toggle source

returns human-readable error message

# File lib/cumuliform/error.rb, line 35
def to_s
  "Fragment '#{id}' already defined"
end