This repository has been archived on 2025-08-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
plistifier/lib/cfpropertylist/rbCFFormatError.rb
Jeena Paradies 2bba8c5fee first commit
2010-06-12 17:59:50 +02:00

14 lines
261 B
Ruby

# -*- coding: utf-8 -*-
#
# CFFormatError implementation
#
# Author:: Christian Kruse (mailto:cjk@wwwtech.de)
# Copyright:: Copyright (c) 2010
# License:: MIT License
# Exception thrown when format errors occur
class CFFormatError < Exception
end
# eof