Files
apart-moment/local/modules/Beds24.old/Beds24/Beds24Exception.php
2021-03-23 13:54:38 +01:00

22 lines
875 B
PHP

<?php
/*************************************************************************************/
/* Copyright (c) Franck Allimant, CQFDev */
/* email : thelia@cqfdev.fr */
/* web : http://www.cqfdev.fr */
/* */
/* For the full copyright and license information, please view the LICENSE */
/* file that was distributed with this source code. */
/*************************************************************************************/
/**
* Created by Franck Allimant, CQFDev <franck@cqfdev.fr>
* Date: 24/06/2019 21:31
*/
namespace Beds24\Beds24;
class Beds24Exception extends \Exception
{
}