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-09-29 14:47:51 +10:00

10 lines
282 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
*/
class lnApp_Email_Exception extends Kohana_Exception {}