mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 05:49:03 +01:00
W.I.P Smime:
- Implement passphrase missing exception
This commit is contained in:
parent
7eccf7c0c9
commit
2ead0ae2fb
23
api/src/Mail/Smime/PassphraseMissing.php
Normal file
23
api/src/Mail/Smime/PassphraseMissing.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* EGroupware API - Exceptions
|
||||
*
|
||||
* @link http://www.egroupware.org
|
||||
* @author Hadi Nategh <hn@egroupware.org>
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @package Mail
|
||||
* @subpackage Smime
|
||||
* @access public
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
namespace EGroupware\Api\Mail\Smime;
|
||||
|
||||
use EGroupware\Api;
|
||||
|
||||
/**
|
||||
* Smime passphrase missing exception
|
||||
*
|
||||
* As you get this only by an error in the code or during development, the message does not need to be translated
|
||||
*/
|
||||
class PassphraseMissing extends Api\Exception\AssertionFailed { }
|
Loading…
Reference in New Issue
Block a user