Sha256: 6c9d3ea045b24b8384ed46f169491e97d68c87a89c38c28ee10f84807e5cddf4
Contents?: true
Size: 463 Bytes
Versions: 7
Compression:
Stored size: 463 Bytes
Contents
# # Copyright (C) 2002-2004 Satoru Takabayashi <satoru@namazu.org> # Copyright (C) 2003-2006 Kouichirou Eto # All rights reserved. # This is free software with ABSOLUTELY NO WARRANTY. # # You can redistribute it and/or modify it under the terms of # the GNU General Public License version 2. # module QuickML class QuickMLException < StandardError; end class TooManyMembers < QuickMLException; end class InvalidMLName < QuickMLException; end end
Version data entries
7 entries across 7 versions & 2 rubygems