netdudes/DataSourceryBundle

View on GitHub
UQL/Exception/UqlLexerException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace Netdudes\DataSourceryBundle\UQL\Exception;

class UqlLexerException extends UQLException
{
}