ExportException.php 160 B

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