<?php
/**
* CFPropertyList
* {@link http://developer.apple.com/documentation/Darwin/Reference/ManPages/man5/plist.5.html Property Lists}
* @author Rodney Rehm <hide@address.com>
* @author Christian Kruse <hide@address.com>
* @package plist
* @version $Id$
*/
/**
* Exception for errors with the PList format
* @author Rodney Rehm <hide@address.com>
* @author Christian Kruse <hide@address.com>
* @package plist
*/
class PListException extends Exception {
}
?>