InvalidFieldNameException.php 199 Bytes
Newer Older
1 2 3 4 5
<?php

namespace Doctrine\DBAL\Exception;

/**
6
 * Exception for an invalid specified field name in a statement detected in the driver.
7
 */
8
class InvalidFieldNameException extends ServerException
9 10
{
}