<?php
/**
* A Krai exception class
* @package Krai
* @subpackage Mail
* @author Greg McWhirter <hide@address.com>
* @copyright Copyright (c) 2008, Greg McWhirter
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
/**
* Mail exception class
*
* This class is the exception that should be thrown by anything related to Krai_Mail.
*
* @package Krai
* @subpackage Mail
*/
class Krai_Mail_Exception extends Krai_Exception
{ }