File "Exceptions.php"
Full Path: /home/analogde/www/Massage_v3_debug/MASSAGE_TEST/FTP/application/api/licensing/Exceptions.php
File size: 297 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
require_once(dirname(__FILE__) . '/../lib/LocalizableException.php');
class LicensingException extends LocalizableException {
}
class InvalidLicenseException extends LicensingException {
}
class KeyPairException extends LicensingException {
}