Finesse/QueryScribe

View on GitHub
src/Exceptions/InvalidQueryException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Finesse\QueryScribe\Exceptions;

/**
 * The query object has incorrect content.
 *
 * @author Surgie
 */
class InvalidQueryException extends \RuntimeException implements ExceptionInterface {}