1: <?php 2: /** 3: * Data format exception 4: * An exception thrown when there is a problem in the format of some data. 5: * 6: * @package Elgg.Core 7: * @subpackage Exceptions.Stub 8: */ 9: class DataFormatException extends Exception {} 10: