PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
doctrine
/
dbal
/
src
/
Exception
<?php namespace Doctrine\DBAL\Exception; /** * Base class for all already existing database object related errors detected in the driver. * * A database object is considered any asset that can be created in a database * such as schemas, tables, views, sequences, triggers, constraints, indexes, * functions, stored procedures etc. * * @psalm-immutable */ class DatabaseObjectExistsException extends ServerException { }
[-] ConnectionLost.php
[edit]
[-] ServerException.php
[edit]
[-] InvalidFieldNameException.php
[edit]
[-] DatabaseRequired.php
[edit]
[-] SyntaxErrorException.php
[edit]
[-] TableExistsException.php
[edit]
[-] ForeignKeyConstraintViolationException.php
[edit]
[+]
..
[-] DriverException.php
[edit]
[-] ReadOnlyException.php
[edit]
[-] DatabaseObjectExistsException.php
[edit]
[-] SchemaDoesNotExist.php
[edit]
[-] DeadlockException.php
[edit]
[-] InvalidLockMode.php
[edit]
[-] InvalidArgumentException.php
[edit]
[-] TableNotFoundException.php
[edit]
[-] RetryableException.php
[edit]
[-] LockWaitTimeoutException.php
[edit]
[-] ConstraintViolationException.php
[edit]
[-] NonUniqueFieldNameException.php
[edit]
[-] UniqueConstraintViolationException.php
[edit]
[-] DatabaseObjectNotFoundException.php
[edit]
[-] NoKeyValue.php
[edit]
[-] DatabaseDoesNotExist.php
[edit]
[-] NotNullConstraintViolationException.php
[edit]
[-] ConnectionException.php
[edit]