Finesse/Wired

View on GitHub
src/Exceptions/IncorrectQueryException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Finesse\Wired\Exceptions;

/**
 * Query builder has an incorrect state.
 *
 * @author Surgie
 */
class IncorrectQueryException extends \RuntimeException implements ExceptionInterface {}