Zwischenstand
This commit is contained in:
21
Classes/Service/AccessException.php
Normal file
21
Classes/Service/AccessException.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?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;
|
||||
|
||||
use TYPO3\CMS\Extbase\Exception;
|
||||
|
||||
/**
|
||||
* An access exception
|
||||
*
|
||||
* @version $ID: $
|
||||
*/
|
||||
class AccessException extends Exception
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user