netdudes/DataSourceryBundle

View on GitHub
UQL/Exception/UQLException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Netdudes\DataSourceryBundle\UQL\Exception;

abstract class UQLException extends \Exception
{
}