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