<?php
declare(strict_types = 1);
namespace Frenet\Service\Response;
use Frenet\Framework\Http\Response\ResponseExceptionAbstract;
/**
* Class Exception
* @package Frenet\Service\Response
*/
class Exception extends ResponseExceptionAbstract
{
}