]> git.mxchange.org Git - friendica.git/blob - src/Navigation/Notifications/Exception/NotificationCreationInterceptedException.php
Merge pull request #10722 from MrPetovan/task/refactor-notifications
[friendica.git] / src / Navigation / Notifications / Exception / NotificationCreationInterceptedException.php
1 <?php
2
3 namespace Friendica\Navigation\Notifications\Exception;
4
5 class NotificationCreationInterceptedException extends \Exception
6 {
7 }