friendica/src/Navigation/Notifications/Exception/UnexpectedNotificationTypeException.php
2021-10-02 18:15:44 -04:00

8 lines
129 B
PHP

<?php
namespace Friendica\Navigation\Notifications\Exception;
class UnexpectedNotificationTypeException extends \Exception
{
}