]> git.mxchange.org Git - friendica.git/blob - src/Navigation/Notifications/Exception/UnexpectedNotificationTypeException.php
Add new paradigm classes for notification and introduction notifications
[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 }