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


namespace MoSharePointObjectSync\LicenseLibrary\Exceptions;

if (defined("\x41\x42\x53\120\101\124\110")) {
    goto Vm;
}
exit;
Vm:
class Mo_License_Unknown_Error_Exception extends \Exception
{
    const MESSAGE = "\125\x4e\113\x4e\x4f\127\x4e\x5f\105\122\122\x4f\122";
    public function __construct()
    {
        parent::__construct(self::MESSAGE);
    }
}
