File "Exceptions.php"
Full Path: /home/analogde/www/Design/fileman/Cuisine/FTP/application/api/stored_authentication/Exceptions.php
File size: 399 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
require_once(dirname(__FILE__) . '/../lib/LocalizableException.php');
class EncryptionException extends LocalizableException {
}
class UnsupportedCipherMethodException extends EncryptionException {
}
class AuthenticationFileReadException extends EncryptionException {
}
class AuthenticationFileWriteException extends EncryptionException {
}