We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93bf62e commit d72d9e4Copy full SHA for d72d9e4
src/Exception/DBaseException.php
@@ -0,0 +1,7 @@
1
+<?php declare(strict_types=1);
2
+
3
+namespace TotalCRM\DBase\Exception;
4
5
+class DBaseException extends \Exception
6
+{
7
+}
0 commit comments