Sha256: 9c16059dfd56c73311618d964f5b012f79f2ef48d58693ab944a3033f5632c6b

Contents?: true

Size: 306 Bytes

Versions: 3

Compression:

Stored size: 306 Bytes

Contents

# 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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wiz_rtf-0.6.9 lib/wiz_rtf/wiz_rtf_error.rb
wiz_rtf-0.6.8 lib/wiz_rtf/wiz_rtf_error.rb
wiz_rtf-0.6.7 lib/wiz_rtf/wiz_rtf_error.rb