some initial work on New Table page

This commit is contained in:
2018-07-19 22:30:32 +02:00
parent eeaa837c29
commit ba721592cd
4 changed files with 111 additions and 4 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
}
- throw $e;
+ throw new \App\Exceptions\ViewException($e, $buffered);
+ throw new \MightyPork\Exceptions\ViewException($e, $buffered);
}
}