class Herb::Errors::QuotesMismatchError

def to_hash

def to_hash
  super.merge({
    opening_quote: opening_quote,
    closing_quote: closing_quote,
  })
end