Add new paradigm classes for notification and introduction notifications

- Add support for bounded select in BaseDepository
This commit is contained in:
Hypolite Petovan
2021-09-17 23:37:41 -04:00
parent 3e6fea30f2
commit 43e5b317ed
8 changed files with 990 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace Friendica\Navigation\Notifications\Exception;
class UnexpectedNotificationTypeException extends \Exception
{
}