mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-06-11 00:23:15 +02:00
Docblocks, first pass with Psalm.
This commit is contained in:
@@ -15,7 +15,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace xPaw\SourceQuery\Exception;
|
||||
|
||||
abstract class SourceQueryException extends \Exception
|
||||
use Exception;
|
||||
|
||||
abstract class SourceQueryException extends Exception
|
||||
{
|
||||
// Base exception class
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user