<?php
/**
 * @package embed-sharepoint-onedrive-documents
 * @author miniOrange
 * @link https://plugins.miniorange.com
 */


namespace MoSharePointObjectSync\LicenseLibrary\Exceptions;

if (defined("\x41\102\x53\x50\x41\124\x48")) {
    goto Kd;
}
exit;
Kd:
class Mo_License_Missing_License_Key_Exception extends \Exception
{
    const MESSAGE = "\115\111\x53\123\111\116\x47\137\x4c\x49\x43\x45\x4e\x53\x45\x5f\x4b\105\x59";
    public function __construct()
    {
        parent::__construct(self::MESSAGE);
    }
}
