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