fpdo/fluentpdo

View on GitHub
src/Exception.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Envms\FluentPDO;

/**
 * Class Exception
 */
class Exception extends \Exception
{

}