Ubiquity
2.5.2
php rapid development framework
Loading...
Searching...
No Matches
EncryptionKeyException.php
Go to the documentation of this file.
1
<?php
2
namespace
Ubiquity\exceptions
;
3
10
class
EncryptionKeyException
extends
UbiquityException
{
11
12
public
function
__construct
($message =
null
, $code = 0, $previous =
null
) {
13
parent::__construct($message, $code, $previous);
14
}
15
}
Ubiquity\exceptions\EncryptionKeyException
Decryption Exceptions.
Definition
EncryptionKeyException.php:10
Ubiquity\exceptions\EncryptionKeyException\__construct
__construct($message=null, $code=0, $previous=null)
Definition
EncryptionKeyException.php:12
Ubiquity\exceptions\UbiquityException
Definition
UbiquityException.php:6
Ubiquity\exceptions
Definition
AclException.php:2
C:
Users
myadd
Documents
GitHub
ubiquity-doc-api
vendor
phpmv
ubiquity-security
src
Ubiquity
exceptions
EncryptionKeyException.php
Generated on Sun Dec 10 2023 15:04:09 for
Ubiquity
by
doxygen
1.9.8