]> git.mxchange.org Git - friendica.git/blob - src/Navigation/Notifications/Exception/UnexpectedNotificationTypeException.php
Merge pull request #11123 from annando/notification-dismissed
[friendica.git] / src / Navigation / Notifications / Exception / UnexpectedNotificationTypeException.php
1 <?php
2
3 namespace Friendica\Navigation\Notifications\Exception;
4
5 class UnexpectedNotificationTypeException extends \Exception
6 {
7 }