1: <?php 2: /** 3: * Export exception 4: * 5: * @package Elgg.Core 6: * @subpackage Exception 7: * 8: */ 9: class ExportException extends DataFormatException {} 10: