netdudes/DataSourceryBundle

View on GitHub
UQL/Exception/UQLSyntaxError.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Netdudes\DataSourceryBundle\UQL\Exception;

class UQLSyntaxError extends UQLException
{
}