app/Exceptions/IntegrationException.php
<?php
namespace App\Exceptions;
/**
* AppException Exception class.
*
* @package App
*
* @copyright YetiForce S.A.
* @license YetiForce Public License 6.5 (licenses/LicenseEN.txt or yetiforce.com)
* @author Sławomir Kłos <s.klos@yetiforce.com>
*/
class IntegrationException extends AppException
{
}