X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=lib%2Fschema.php;h=1503c96d4fc9cb28744aa13cc8ed0580d679f6f1;hb=3e8af172d636cc7ca3a9e2301b928f6ca79b9eb2;hp=137b814e0269ed727978e11e55ce25cca763a199;hpb=1625a13b93e1490c3f2a3d6f0dcf2bcaaf4a4c51;p=quix0rs-gnu-social.git diff --git a/lib/schema.php b/lib/schema.php index 137b814e02..1503c96d4f 100644 --- a/lib/schema.php +++ b/lib/schema.php @@ -485,3 +485,9 @@ class Schema return $sql; } } + +class SchemaTableMissingException extends Exception +{ + // no-op +} +