This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
lnapp/classes/lnApp/Email/Exception.php
2014-10-22 11:36:01 +11:00

10 lines
291 B
PHP

<?php defined('SYSPATH') OR die('No direct script access.');
/**
* @package lnApp
* @category Exceptions
* @author Deon George
* @copyright (c) 2014 Deon George
* @license http://dev.leenooks.net/license
*/
abstract class lnApp_Email_Exception extends Kohana_Exception {}