all-in-one-event-calendar/lib/import-export/exception.php
2017-03-16 16:59:53 +01:00

13 lines
No EOL
236 B
PHP

<?php
/**
* Exception thrown when a parsing error occurs.
*
* @author Time.ly Network Inc.
* @since 2.0
*
* @package AI1EC
* @subpackage AI1EC.Import-export
*/
class Ai1ec_Parse_Exception extends Ai1ec_Exception {
}