bookmark-pages/Classes/Service/Exception.php

20 lines
362 B
PHP
Raw Normal View History

2021-08-17 19:45:38 +02:00
<?php
/*
* This file is part of the package thucke/th-rating.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
*/
namespace WapplerSystems\BookmarksLikesRatings\Service;
/**
* A ViewHelper Exception
*
* @api
*/
class Exception extends \TYPO3Fluid\Fluid\Core\Exception
{
}