canax/database

View on GitHub
src/Database/Exception/Exception.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Anax\Database\Exception;

/**
 * Namespaced exception.
 */
class Exception extends \Exception
{

}