netdudes/DataSourceryBundle

View on GitHub
Extension/Exception/FunctionNotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Netdudes\DataSourceryBundle\Extension\Exception;

use Netdudes\DataSourceryBundle\UQL\Exception\UQLException;

class FunctionNotFoundException extends UQLException
{
}