# encoding: utf-8 # WizRft: A gem for exporting Word Documents in ruby # using the Microsoft Rich Text Format (RTF) Specification # Copyright (C) 2015 by sgzhe@163.com module WizRtf # = Wiz Rtf Errors # # Generic Wiz Rtf exception class. class WizRtfError < StandardError end end