Diff
Index: WebappNotificationException.php
--- WebappNotificationException.php (nonexistent)
+++ WebappNotificationException.php (revision 4)
@@ -0,0 +1,12 @@
+<?php
+
+namespace App\Webapp\Exceptions;
+
+class WebappNotificationException extends \RuntimeException implements WebappExceptionInterface
+{
+
+}
+
+
+
+
Full Code
<?php
namespace App\Webapp\Exceptions;
class WebappNotificationException extends \RuntimeException implements WebappExceptionInterface
{
}