friendica/src/Navigation/Notifications/Exception/UnexpectedNotificationTypeException.php

8 lines
129 B
PHP
Raw Normal View History

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