1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-23 07:44:53 +00:00
Arsse/vendor/JKingWeb/NewsSync/Db/Exception.php
2016-10-02 17:07:17 -04:00

6 lines
No EOL
120 B
PHP

<?php
declare(strict_types=1);
namespace JKingWeb\NewsSync\Db;
class Exception extends \JKingWeb\NewsSync\Exception {
}