for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ntentan\atiaa;
class NullConnection {
public function __call($name, $arguments) {
throw new exceptions\DatabaseDriverException("Please specify a database connection.");
}