1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 13:12:41 +00:00

Remove extraneous files

This commit is contained in:
J. King 2017-03-08 08:21:48 -05:00
parent fa247b34f6
commit 755c976aa4
2 changed files with 0 additions and 12 deletions

View file

@ -1,6 +0,0 @@
<?php
declare(strict_types=1);
namespace JKingWeb\NewsSync\Db;
class ExceptionStartup extends Exception {
}

View file

@ -1,6 +0,0 @@
<?php
declare(strict_types=1);
namespace JKingWeb\NewsSync\Db;
class ExceptionUpdate extends Exception {
}