Skip to content

Commit d72d9e4

Browse files
committed
Update
1 parent 93bf62e commit d72d9e4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Exception/DBaseException.php

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)