Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
Massage_v3_debug
/
MASSAGE_TEST
/
FTP
/
application
/
api
/
licensing
:
Exceptions.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php require_once(dirname(__FILE__) . '/../lib/LocalizableException.php'); class LicensingException extends LocalizableException { } class InvalidLicenseException extends LicensingException { } class KeyPairException extends LicensingException { }