class Cumuliform::Error::FragmentNotFound

raised when a Fragment lookup fails

Public Instance Methods

to_s() click to toggle source

returns human-readable error message

# File lib/cumuliform/error.rb, line 43
def to_s
  "No fragment with name '#{id}'"
end