./core/lib/Drupal/Component/Archiver/ArchiverException.php:5: * Definition of Drupal\Component\Archiver\ArchiverException. ./core/lib/Drupal/Component/Archiver/ArchiverException.php:10:use Exception; ./core/lib/Drupal/Component/Archiver/ArchiverException.php:15:class ArchiverException extends Exception { ./core/lib/Drupal/Component/Archiver/ArchiverInterface.php:23: * @throws Drupal\Component\Archiver\ArchiverException ./core/lib/Drupal/Component/Archiver/ArchiveTar.php:45:use Exception; ./core/lib/Drupal/Component/Archiver/ArchiveTar.php:639: throw new Exception($p_message); ./core/lib/Drupal/Component/Archiver/ArchiveTar.php:648: throw new Exception($p_message); ./core/lib/Drupal/Component/Archiver/Zip.php:35: throw new ArchiverException(t('Cannot open %file_path', array('%file_path' => $file_path))); ./core/lib/Drupal/Core/Cache/DatabaseBackend.php:10:use Exception; ./core/lib/Drupal/Core/Cache/DatabaseBackend.php:77: catch (Exception $e) { ./core/lib/Drupal/Core/Cache/DatabaseBackend.php:155: catch (Exception $e) { ./core/lib/Drupal/Core/Cache/InstallBackend.php:10:use Exception; ./core/lib/Drupal/Core/Cache/InstallBackend.php:64: catch (Exception $e) {} ./core/lib/Drupal/Core/Cache/InstallBackend.php:76: catch (Exception $e) {} ./core/lib/Drupal/Core/Cache/InstallBackend.php:88: catch (Exception $e) {} ./core/lib/Drupal/Core/Cache/InstallBackend.php:97: catch (Exception $e) {} ./core/lib/Drupal/Core/Cache/InstallBackend.php:109: catch (Exception $e) {} ./core/lib/Drupal/Core/Config/ConfigException.php:8:class ConfigException extends \Exception {} ./core/lib/Drupal/Core/Config/ConfigFileStorageException.php:5:use Drupal\Core\Config\ConfigException; ./core/lib/Drupal/Core/Config/ConfigFileStorageException.php:10:class ConfigFileStorageException extends ConfigException {} ./core/lib/Drupal/Core/Config/ConfigFileStorageReadException.php:5:use Drupal\Core\Config\ConfigFileStorageException; ./core/lib/Drupal/Core/Config/ConfigFileStorageReadException.php:10:class ConfigFileStorageReadException extends ConfigFileStorageException {} ./core/lib/Drupal/Core/Config/ConfigFileStorageSignatureException.php:5:use Drupal\Core\Config\ConfigFileStorageException; ./core/lib/Drupal/Core/Config/ConfigFileStorageSignatureException.php:10:class ConfigFileStorageSignatureException extends ConfigFileStorageException {} ./core/lib/Drupal/Core/Config/DrupalConfig.php:6:use Drupal\Core\Config\ConfigException; ./core/lib/Drupal/Core/Config/DrupalVerifiedStorageSQL.php:6:use Exception; ./core/lib/Drupal/Core/Config/DrupalVerifiedStorageSQL.php:23: } catch (Exception $e) { ./core/lib/Drupal/Core/Config/SignedFileStorage.php:31: * Exception ./core/lib/Drupal/Core/Config/SignedFileStorage.php:36: throw new \Exception('Read file is invalid.'); ./core/lib/Drupal/Core/Config/SignedFileStorage.php:40: throw new \Exception('Signature file is invalid.'); ./core/lib/Drupal/Core/Config/SignedFileStorage.php:107: * Exception ./core/lib/Drupal/Core/Config/SignedFileStorage.php:112: throw new \Exception('Failed to write configuration file: ' . $this->getFilePath()); ./core/lib/Drupal/Core/Config/SignedFileStorage.php:115: throw new \Exception('Failed to write signature file: ' . $this->getFilePath()); ./core/lib/Drupal/Core/Config/SignedFileStorage.php:129: throw new \Exception('Invalid signature in file header.'); ./core/lib/Drupal/Core/Database/Connection.php:10:use Drupal\Core\Database\TransactionNoActiveException; ./core/lib/Drupal/Core/Database/Connection.php:11:use Drupal\Core\Database\TransactionOutOfOrderException; ./core/lib/Drupal/Core/Database/Connection.php:14:use PDOException; ./core/lib/Drupal/Core/Database/Connection.php:191: * on a query as an Exception, log it, and then rethrow it so that code ./core/lib/Drupal/Core/Database/Connection.php:488: * @throws PDOException ./core/lib/Drupal/Core/Database/Connection.php:522: throw new PDOException('Invalid return directive: ' . $options['return']); ./core/lib/Drupal/Core/Database/Connection.php:525: catch (PDOException $e) { ./core/lib/Drupal/Core/Database/Connection.php:839: * @throws Drupal\Core\Database\TransactionNoActiveException ./core/lib/Drupal/Core/Database/Connection.php:848: throw new TransactionNoActiveException(); ./core/lib/Drupal/Core/Database/Connection.php:853: throw new TransactionNoActiveException(); ./core/lib/Drupal/Core/Database/Connection.php:871: throw new TransactionOutOfOrderException(); ./core/lib/Drupal/Core/Database/Connection.php:881: throw new TransactionOutOfOrderException(); ./core/lib/Drupal/Core/Database/Connection.php:890: * @throws Drupal\Core\Database\TransactionNameNonUniqueException ./core/lib/Drupal/Core/Database/Connection.php:899: throw new TransactionNameNonUniqueException($name . " is already in use."); ./core/lib/Drupal/Core/Database/Connection.php:922: * @throws Drupal\Core\Database\TransactionNoActiveException ./core/lib/Drupal/Core/Database/Connection.php:923: * @throws Drupal\Core\Database\TransactionCommitFailedException ./core/lib/Drupal/Core/Database/Connection.php:959: throw new TransactionCommitFailedException(); ./core/lib/Drupal/Core/Database/Connection.php:1100: * @throws Drupal\Core\Database\TransactionExplicitCommitNotAllowedException ./core/lib/Drupal/Core/Database/Connection.php:1105: throw new TransactionExplicitCommitNotAllowedException(); ./core/lib/Drupal/Core/Database/ConnectionNotDefinedException.php:5: * Definition of Drupal\Core\Database\ConnectionNotDefinedException ./core/lib/Drupal/Core/Database/ConnectionNotDefinedException.php:10:use RuntimeException; ./core/lib/Drupal/Core/Database/ConnectionNotDefinedException.php:13: * Exception thrown if an undefined database connection is requested. ./core/lib/Drupal/Core/Database/ConnectionNotDefinedException.php:15:class ConnectionNotDefinedException extends RuntimeException {} ./core/lib/Drupal/Core/Database/Database.php:359: * @throws Drupal\Core\Database\ConnectionNotDefinedException ./core/lib/Drupal/Core/Database/Database.php:360: * @throws Drupal\Core\Database\DriverNotSpecifiedException ./core/lib/Drupal/Core/Database/Database.php:370: throw new ConnectionNotDefinedException('The specified database connection is not defined: ' . $key); ./core/lib/Drupal/Core/Database/Database.php:374: throw new DriverNotSpecifiedException('Driver not specified for this database connection: ' . $key); ./core/lib/Drupal/Core/Database/DatabaseException.php:5: * Definition of Drupal\Core\Database\DatabaseException ./core/lib/Drupal/Core/Database/DatabaseException.php:15: * exceptions. PDOException will not implement this interface and module ./core/lib/Drupal/Core/Database/DatabaseException.php:18:interface DatabaseException { } ./core/lib/Drupal/Core/Database/Driver/mysql/Connection.php:11:use Drupal\Core\Database\TransactionCommitFailedException; ./core/lib/Drupal/Core/Database/Driver/mysql/Connection.php:15:use PDOException; ./core/lib/Drupal/Core/Database/Driver/mysql/Connection.php:156: catch (PDOException $e) { ./core/lib/Drupal/Core/Database/Driver/mysql/Connection.php:175: throw new TransactionCommitFailedException(); ./core/lib/Drupal/Core/Database/Driver/mysql/Connection.php:183: catch (PDOException $e) { ./core/lib/Drupal/Core/Database/Driver/mysql/Schema.php:12:use Drupal\Core\Database\SchemaObjectExistsException; ./core/lib/Drupal/Core/Database/Driver/mysql/Schema.php:13:use Drupal\Core\Database\SchemaObjectDoesNotExistException; ./core/lib/Drupal/Core/Database/Driver/mysql/Schema.php:16:use Exception; ./core/lib/Drupal/Core/Database/Driver/mysql/Schema.php:313: throw new SchemaObjectDoesNotExistException(t("Cannot rename %table to %table_new: table %table doesn't exist.", array('%table' => $table, '%table_new' => $new_name))); ./core/lib/Drupal/Core/Database/Driver/mysql/Schema.php:316: throw new SchemaObjectExistsException(t("Cannot rename %table to %table_new: table %table_new already exists.", array('%table' => $table, '%table_new' => $new_name))); ./core/lib/Drupal/Core/Database/Driver/mysql/Schema.php:334: throw new SchemaObjectDoesNotExistException(t("Cannot add field %table.%field: table doesn't exist.", array('%field' => $field, '%table' => $table))); ./core/lib/Drupal/Core/Database/Driver/mysql/Schema.php:337: throw new SchemaObjectExistsException(t("Cannot add field %table.%field: field already exists.", array('%field' => $field, '%table' => $table))); ./core/lib/Drupal/Core/Database/Driver/mysql/Schema.php:373: throw new SchemaObjectDoesNotExistException(t("Cannot set default value of field %table.%field: field doesn't exist.", array('%table' => $table, '%field' => $field))); ./core/lib/Drupal/Core/Database/Driver/mysql/Schema.php:388: throw new SchemaObjectDoesNotExistException(t("Cannot remove default value of field %table.%field: field doesn't exist.", array('%table' => $table, '%field' => $field))); ./core/lib/Drupal/Core/Database/Driver/mysql/Schema.php:403: throw new SchemaObjectDoesNotExistException(t("Cannot add primary key to table %table: table doesn't exist.", array('%table' => $table))); ./core/lib/Drupal/Core/Database/Driver/mysql/Schema.php:406: throw new SchemaObjectExistsException(t("Cannot add primary key to table %table: primary key already exists.", array('%table' => $table))); ./core/lib/Drupal/Core/Database/Driver/mysql/Schema.php:423: throw new SchemaObjectDoesNotExistException(t("Cannot add unique key %name to table %table: table doesn't exist.", array('%table' => $table, '%name' => $name))); ./core/lib/Drupal/Core/Database/Driver/mysql/Schema.php:426: throw new SchemaObjectExistsException(t("Cannot add unique key %name to table %table: unique key already exists.", array('%table' => $table, '%name' => $name))); ./core/lib/Drupal/Core/Database/Driver/mysql/Schema.php:443: throw new SchemaObjectDoesNotExistException(t("Cannot add index %name to table %table: table doesn't exist.", array('%table' => $table, '%name' => $name))); ./core/lib/Drupal/Core/Database/Driver/mysql/Schema.php:446: throw new SchemaObjectExistsException(t("Cannot add index %name to table %table: index already exists.", array('%table' => $table, '%name' => $name))); ./core/lib/Drupal/Core/Database/Driver/mysql/Schema.php:463: throw new SchemaObjectDoesNotExistException(t("Cannot change the definition of field %table.%name: field doesn't exist.", array('%table' => $table, '%name' => $field))); ./core/lib/Drupal/Core/Database/Driver/mysql/Schema.php:466: throw new SchemaObjectExistsException(t("Cannot rename field %table.%name to %name_new: target field already exists.", array('%table' => $table, '%name' => $field, '%name_new' => $field_new))); ./core/lib/Drupal/Core/Database/Driver/mysql/Schema.php:519: catch (Exception $e) { ./core/lib/Drupal/Core/Database/Driver/mysql/Schema.php:536: catch (Exception $e) { ./core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php:15:use PDOException; ./core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php:122: throw new PDOException('Invalid return directive: ' . $options['return']); ./core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php:125: catch (PDOException $e) { ./core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php:13:use Exception; ./core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php:63: catch (Exception $e) { ./core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php:90: catch (Exception $e) { ./core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php:178: catch (Exception $e) { ./core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:12:use Drupal\Core\Database\SchemaObjectExistsException; ./core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:13:use Drupal\Core\Database\SchemaObjectDoesNotExistException; ./core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:16:use Exception; ./core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:327: throw new SchemaObjectDoesNotExistException(t("Cannot rename %table to %table_new: table %table doesn't exist.", array('%table' => $table, '%table_new' => $new_name))); ./core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:330: throw new SchemaObjectExistsException(t("Cannot rename %table to %table_new: table %table_new already exists.", array('%table' => $table, '%table_new' => $new_name))); ./core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:364: throw new SchemaObjectDoesNotExistException(t("Cannot add field %table.%field: table doesn't exist.", array('%field' => $field, '%table' => $table))); ./core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:367: throw new SchemaObjectExistsException(t("Cannot add field %table.%field: field already exists.", array('%field' => $field, '%table' => $table))); ./core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:406: throw new SchemaObjectDoesNotExistException(t("Cannot set default value of field %table.%field: field doesn't exist.", array('%table' => $table, '%field' => $field))); ./core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:421: throw new SchemaObjectDoesNotExistException(t("Cannot remove default value of field %table.%field: field doesn't exist.", array('%table' => $table, '%field' => $field))); ./core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:448: throw new SchemaObjectDoesNotExistException(t("Cannot add primary key to table %table: table doesn't exist.", array('%table' => $table))); ./core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:451: throw new SchemaObjectExistsException(t("Cannot add primary key to table %table: primary key already exists.", array('%table' => $table))); ./core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:468: throw new SchemaObjectDoesNotExistException(t("Cannot add unique key %name to table %table: table doesn't exist.", array('%table' => $table, '%name' => $name))); ./core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:471: throw new SchemaObjectExistsException(t("Cannot add unique key %name to table %table: unique key already exists.", array('%table' => $table, '%name' => $name))); ./core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:488: throw new SchemaObjectDoesNotExistException(t("Cannot add index %name to table %table: table doesn't exist.", array('%table' => $table, '%name' => $name))); ./core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:491: throw new SchemaObjectExistsException(t("Cannot add index %name to table %table: index already exists.", array('%table' => $table, '%name' => $name))); ./core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:508: throw new SchemaObjectDoesNotExistException(t("Cannot change the definition of field %table.%name: field doesn't exist.", array('%table' => $table, '%name' => $field))); ./core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:511: throw new SchemaObjectExistsException(t("Cannot rename field %table.%name to %name_new: target field already exists.", array('%table' => $table, '%name' => $field, '%name_new' => $field_new))); ./core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:11:use Drupal\Core\Database\TransactionNoActiveException; ./core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:12:use Drupal\Core\Database\TransactionNameNonUniqueException; ./core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:13:use Drupal\Core\Database\TransactionCommitFailedException; ./core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:18:use Exception; ./core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:143: catch (Exception $e) { ./core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:310: throw new TransactionNoActiveException(); ./core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:346: throw new TransactionNameNonUniqueException($name . " is already in use."); ./core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:362: throw new TransactionNoActiveException(); ./core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:377: throw new TransactionCommitFailedException(); ./core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php:10:use Drupal\Core\Database\SchemaObjectExistsException; ./core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php:11:use Drupal\Core\Database\SchemaObjectDoesNotExistException; ./core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php:14:use Exception; ./core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php:243: throw new SchemaObjectDoesNotExistException(t("Cannot rename %table to %table_new: table %table doesn't exist.", array('%table' => $table, '%table_new' => $new_name))); ./core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php:246: throw new SchemaObjectExistsException(t("Cannot rename %table to %table_new: table %table_new already exists.", array('%table' => $table, '%table_new' => $new_name))); ./core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php:289: throw new SchemaObjectDoesNotExistException(t("Cannot add field %table.%field: table doesn't exist.", array('%field' => $field, '%table' => $table))); ./core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php:292: throw new SchemaObjectExistsException(t("Cannot add field %table.%field: field already exists.", array('%field' => $field, '%table' => $table))); ./core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php:454: new Exception("Unable to parse the column type " . $row->type); ./core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php:505: throw new SchemaObjectDoesNotExistException(t("Cannot change the definition of field %table.%name: field doesn't exist.", array('%table' => $table, '%name' => $field))); ./core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php:508: throw new SchemaObjectExistsException(t("Cannot rename field %table.%name to %name_new: target field already exists.", array('%table' => $table, '%name' => $field, '%name_new' => $field_new))); ./core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php:570: throw new SchemaObjectDoesNotExistException(t("Cannot add index %name to table %table: table doesn't exist.", array('%table' => $table, '%name' => $name))); ./core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php:573: throw new SchemaObjectExistsException(t("Cannot add index %name to table %table: index already exists.", array('%table' => $table, '%name' => $name))); ./core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php:602: throw new SchemaObjectDoesNotExistException(t("Cannot add unique key %name to table %table: table doesn't exist.", array('%table' => $table, '%name' => $name))); ./core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php:605: throw new SchemaObjectExistsException(t("Cannot add unique key %name to table %table: unique key already exists.", array('%table' => $table, '%name' => $name))); ./core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php:628: throw new SchemaObjectDoesNotExistException(t("Cannot add primary key to table %table: table doesn't exist.", array('%table' => $table))); ./core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php:635: throw new SchemaObjectExistsException(t("Cannot add primary key to table %table: primary key already exists.", array('%table' => $table))); ./core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php:657: throw new SchemaObjectDoesNotExistException(t("Cannot set default value of field %table.%field: field doesn't exist.", array('%table' => $table, '%field' => $field))); ./core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php:669: throw new SchemaObjectDoesNotExistException(t("Cannot remove default value of field %table.%field: field doesn't exist.", array('%table' => $table, '%field' => $field))); ./core/lib/Drupal/Core/Database/Driver/sqlite/Statement.php:14:use PDOException; ./core/lib/Drupal/Core/Database/Driver/sqlite/Statement.php:96: catch (PDOException $e) { ./core/lib/Drupal/Core/Database/DriverNotSpecifiedException.php:5: * Definition of Drupal\Core\Database\DriverNotSpecifiedException ./core/lib/Drupal/Core/Database/DriverNotSpecifiedException.php:10:use RuntimeException; ./core/lib/Drupal/Core/Database/DriverNotSpecifiedException.php:13: * Exception thrown if no driver is specified for a database connection. ./core/lib/Drupal/Core/Database/DriverNotSpecifiedException.php:15:class DriverNotSpecifiedException extends RuntimeException {} ./core/lib/Drupal/Core/Database/Install/TaskException.php:5: * Definition of Drupal\Core\Database\Install\TaskException ./core/lib/Drupal/Core/Database/Install/TaskException.php:10:use RuntimeException; ./core/lib/Drupal/Core/Database/Install/TaskException.php:13: * Exception thrown if the database installer fails. ./core/lib/Drupal/Core/Database/Install/TaskException.php:15:class TaskException extends RuntimeException { } ./core/lib/Drupal/Core/Database/Install/Tasks.php:13:use Exception; ./core/lib/Drupal/Core/Database/Install/Tasks.php:141: throw new TaskException(st("Failed to run all tasks against the database server. The task %task wasn't found.", array('%task' => $task['function']))); ./core/lib/Drupal/Core/Database/Install/Tasks.php:154: throw new TaskException($message); ./core/lib/Drupal/Core/Database/Install/Tasks.php:169: catch (Exception $e) { ./core/lib/Drupal/Core/Database/Install/Tasks.php:184: catch (Exception $e) { ./core/lib/Drupal/Core/Database/Query/FieldsOverlapException.php:10:use Drupal\Core\Database\DatabaseException; ./core/lib/Drupal/Core/Database/Query/FieldsOverlapException.php:12:use InvalidArgumentException; ./core/lib/Drupal/Core/Database/Query/FieldsOverlapException.php:15: * Exception thrown if an insert query specifies a field twice. ./core/lib/Drupal/Core/Database/Query/FieldsOverlapException.php:20:class FieldsOverlapException extends InvalidArgumentException implements DatabaseException {} ./core/lib/Drupal/Core/Database/Query/Insert.php:12:use Exception; ./core/lib/Drupal/Core/Database/Query/Insert.php:223: catch (Exception $e) { ./core/lib/Drupal/Core/Database/Query/Insert.php:271: * @throws Drupal\Core\Database\Query\FieldsOverlapException ./core/lib/Drupal/Core/Database/Query/Insert.php:272: * @throws Drupal\Core\Database\Query\NoFieldsException ./core/lib/Drupal/Core/Database/Query/Insert.php:278: throw new FieldsOverlapException('You may not specify the same field to have a value and a schema-default value.'); ./core/lib/Drupal/Core/Database/Query/Insert.php:292: throw new NoFieldsException('There are no fields available to insert with.'); ./core/lib/Drupal/Core/Database/Query/InvalidMergeQueryException.php:5: * Definition of Drupal\Core\Database\Query\InvalidMergeQueryException ./core/lib/Drupal/Core/Database/Query/InvalidMergeQueryException.php:10:use Drupal\Core\Database\DatabaseException; ./core/lib/Drupal/Core/Database/Query/InvalidMergeQueryException.php:12:use InvalidArgumentException; ./core/lib/Drupal/Core/Database/Query/InvalidMergeQueryException.php:15: * Exception thrown for merge queries that do not make semantic sense. ./core/lib/Drupal/Core/Database/Query/InvalidMergeQueryException.php:20:class InvalidMergeQueryException extends InvalidArgumentException implements DatabaseException {} ./core/lib/Drupal/Core/Database/Query/Merge.php:13:use Exception; ./core/lib/Drupal/Core/Database/Query/Merge.php:411: throw new InvalidMergeQueryException(t('Invalid merge query: no conditions')); ./core/lib/Drupal/Core/Database/Query/Merge.php:426: catch (Exception $e) { ./core/lib/Drupal/Core/Database/Query/Merge.php:449: catch (Exception $e) { ./core/lib/Drupal/Core/Database/Query/NoFieldsException.php:5: * Definition of Drupal\Core\Database\Query\NoFieldsException ./core/lib/Drupal/Core/Database/Query/NoFieldsException.php:10:use Drupal\Core\Database\DatabaseException; ./core/lib/Drupal/Core/Database/Query/NoFieldsException.php:12:use InvalidArgumentException; ./core/lib/Drupal/Core/Database/Query/NoFieldsException.php:15: * Exception thrown if an insert query doesn't specify insert or default fields. ./core/lib/Drupal/Core/Database/Query/NoFieldsException.php:17:class NoFieldsException extends InvalidArgumentException implements DatabaseException {} ./core/lib/Drupal/Core/Database/Schema.php:10:use Drupal\Core\Database\SchemaObjectExistsException; ./core/lib/Drupal/Core/Database/Schema.php:391: * @throws Drupal\Core\Database\SchemaObjectDoesNotExistException ./core/lib/Drupal/Core/Database/Schema.php:393: * @throws Drupal\Core\Database\SchemaObjectExistsException ./core/lib/Drupal/Core/Database/Schema.php:431: * @throws Drupal\Core\Database\SchemaObjectDoesNotExistException ./core/lib/Drupal/Core/Database/Schema.php:433: * @throws Drupal\Core\Database\SchemaObjectExistsException ./core/lib/Drupal/Core/Database/Schema.php:462: * @throws Drupal\Core\Database\SchemaObjectDoesNotExistException ./core/lib/Drupal/Core/Database/Schema.php:475: * @throws Drupal\Core\Database\SchemaObjectDoesNotExistException ./core/lib/Drupal/Core/Database/Schema.php:501: * @throws Drupal\Core\Database\SchemaObjectDoesNotExistException ./core/lib/Drupal/Core/Database/Schema.php:503: * @throws Drupal\Core\Database\SchemaObjectExistsException ./core/lib/Drupal/Core/Database/Schema.php:530: * @throws Drupal\Core\Database\SchemaObjectDoesNotExistException ./core/lib/Drupal/Core/Database/Schema.php:532: * @throws Drupal\Core\Database\SchemaObjectExistsException ./core/lib/Drupal/Core/Database/Schema.php:561: * @throws Drupal\Core\Database\SchemaObjectDoesNotExistException ./core/lib/Drupal/Core/Database/Schema.php:563: * @throws Drupal\Core\Database\SchemaObjectExistsException ./core/lib/Drupal/Core/Database/Schema.php:642: * @throws DatabaseSchemaObjectDoesNotExistException ./core/lib/Drupal/Core/Database/Schema.php:644: * @throws DatabaseSchemaObjectExistsException ./core/lib/Drupal/Core/Database/Schema.php:657: * @throws Drupal\Core\Database\SchemaObjectExistsException ./core/lib/Drupal/Core/Database/Schema.php:662: throw new SchemaObjectExistsException(t('Table %name already exists.', array('%name' => $name))); ./core/lib/Drupal/Core/Database/SchemaException.php:5: * Definition of Drupal\Core\Database\SchemaException ./core/lib/Drupal/Core/Database/SchemaException.php:10:use RuntimeException; ./core/lib/Drupal/Core/Database/SchemaException.php:15:class SchemaException extends RuntimeException implements DatabaseException { } ./core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php:5: * Definition of Drupal\Core\Database\SchemaObjectDoesNotExistException ./core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php:11: * Exception thrown if an object being modified doesn't exist yet. ./core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php:17:class SchemaObjectDoesNotExistException extends SchemaException implements DatabaseException { } ./core/lib/Drupal/Core/Database/SchemaObjectExistsException.php:5: * Definition of Drupal\Core\Database\SchemaObjectExistsException ./core/lib/Drupal/Core/Database/SchemaObjectExistsException.php:11: * Exception thrown if an object being created already exists. ./core/lib/Drupal/Core/Database/SchemaObjectExistsException.php:17:class SchemaObjectExistsException extends SchemaException implements DatabaseException { } ./core/lib/Drupal/Core/Database/StatementPrefetch.php:13:use PDOException; ./core/lib/Drupal/Core/Database/StatementPrefetch.php:164: $this->throwPDOException(); ./core/lib/Drupal/Core/Database/StatementPrefetch.php:169: $this->throwPDOException(); ./core/lib/Drupal/Core/Database/StatementPrefetch.php:201: * Throw a PDO Exception based on the last PDO error. ./core/lib/Drupal/Core/Database/StatementPrefetch.php:203: protected function throwPDOException() { ./core/lib/Drupal/Core/Database/StatementPrefetch.php:206: $exception = new PDOException("SQLSTATE[" . $error_info[0] . "]: General error " . $error_info[1] . ": " . $error_info[2]); ./core/lib/Drupal/Core/Database/TransactionCommitFailedException.php:5: * Definition of Drupal\Core\Database\TransactionCommitFailedException ./core/lib/Drupal/Core/Database/TransactionCommitFailedException.php:11: * Exception thrown when a commit() function fails. ./core/lib/Drupal/Core/Database/TransactionCommitFailedException.php:13:class TransactionCommitFailedException extends TransactionException implements DatabaseException { } ./core/lib/Drupal/Core/Database/TransactionException.php:5: * Definition of Drupal\Core\Database\TransactionException ./core/lib/Drupal/Core/Database/TransactionException.php:10:use RuntimeException; ./core/lib/Drupal/Core/Database/TransactionException.php:13: * Exception thrown by an error in a database transaction. ./core/lib/Drupal/Core/Database/TransactionException.php:15:class TransactionException extends RuntimeException implements DatabaseException { } ./core/lib/Drupal/Core/Database/TransactionExplicitCommitNotAllowedException.php:5: * Definition of Drupal\Core\Database\TransactionExplicitCommitNotAllowedException ./core/lib/Drupal/Core/Database/TransactionExplicitCommitNotAllowedException.php:11: * Exception to deny attempts to explicitly manage transactions. ./core/lib/Drupal/Core/Database/TransactionExplicitCommitNotAllowedException.php:16:class TransactionExplicitCommitNotAllowedException extends TransactionException implements DatabaseException { } ./core/lib/Drupal/Core/Database/TransactionNameNonUniqueException.php:5: * Definition of Drupal\Core\Database\TransactionNameNonUniqueException ./core/lib/Drupal/Core/Database/TransactionNameNonUniqueException.php:11: * Exception thrown when a savepoint or transaction name occurs twice. ./core/lib/Drupal/Core/Database/TransactionNameNonUniqueException.php:13:class TransactionNameNonUniqueException extends TransactionException implements DatabaseException { } ./core/lib/Drupal/Core/Database/TransactionNoActiveException.php:5: * Definition of Drupal\Core\Database\TransactionNoActiveException ./core/lib/Drupal/Core/Database/TransactionNoActiveException.php:11: * Exception for when popTransaction() is called with no active transaction. ./core/lib/Drupal/Core/Database/TransactionNoActiveException.php:13:class TransactionNoActiveException extends TransactionException implements DatabaseException { } ./core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php:5: * Definition of Drupal\Core\Database\TransactionOutOfOrderException ./core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php:11: * Exception thrown when a rollback() resulted in other active transactions being rolled-back. ./core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php:13:class TransactionOutOfOrderException extends TransactionException implements DatabaseException { } ./core/lib/Drupal/Core/FileTransfer/FileTransfer.php:82: * @throws Drupal\Core\FileTransfer\FileTransferException ./core/lib/Drupal/Core/FileTransfer/FileTransfer.php:85: throw new FileTransferException('FileTransfer::factory() static method not overridden by FileTransfer subclass.'); ./core/lib/Drupal/Core/FileTransfer/FileTransfer.php:143: * @throws Drupal\Core\FileTransfer\FileTransferException ./core/lib/Drupal/Core/FileTransfer/FileTransfer.php:149: throw new FileTransferException('Unable to change file permissions'); ./core/lib/Drupal/Core/FileTransfer/FileTransfer.php:214: * @throws Drupal\Core\FileTransfer\FileTransferException ./core/lib/Drupal/Core/FileTransfer/FileTransfer.php:221: throw new FileTransferException('@directory is outside of the @jail', NULL, array('@directory' => $path, '@jail' => $this->jail)); ./core/lib/Drupal/Core/FileTransfer/FileTransferException.php:5: * Definition of Drupal\Core\FileTransfer\FileTransferException. ./core/lib/Drupal/Core/FileTransfer/FileTransferException.php:10:use RuntimeException; ./core/lib/Drupal/Core/FileTransfer/FileTransferException.php:13: * FileTransferException class. ./core/lib/Drupal/Core/FileTransfer/FileTransferException.php:15:class FileTransferException extends RuntimeException { ./core/lib/Drupal/Core/FileTransfer/FileTransferException.php:25: * Constructs a FileTransferException object. ./core/lib/Drupal/Core/FileTransfer/FileTransferException.php:28: * Exception message. ./core/lib/Drupal/Core/FileTransfer/FileTransferException.php:30: * Exception code. ./core/lib/Drupal/Core/FileTransfer/FTP.php:39: throw new FileTransferException('No FTP backend available.'); ./core/lib/Drupal/Core/FileTransfer/FTPExtension.php:22: throw new FileTransferException("Cannot connect to FTP Server, check settings"); ./core/lib/Drupal/Core/FileTransfer/FTPExtension.php:25: throw new FileTransferException("Cannot log in to FTP server. Check username and password"); ./core/lib/Drupal/Core/FileTransfer/FTPExtension.php:34: throw new FileTransferException("Cannot move @source to @destination", NULL, array("@source" => $source, "@destination" => $destination)); ./core/lib/Drupal/Core/FileTransfer/FTPExtension.php:43: throw new FileTransferException("Cannot create directory @directory", NULL, array("@directory" => $directory)); ./core/lib/Drupal/Core/FileTransfer/FTPExtension.php:53: throw new FileTransferException("Unable to change to directory @directory", NULL, array('@directory' => $directory)); ./core/lib/Drupal/Core/FileTransfer/FTPExtension.php:73: throw new FileTransferException("Unable to remove to directory @directory", NULL, array('@directory' => $directory)); ./core/lib/Drupal/Core/FileTransfer/FTPExtension.php:82: throw new FileTransferException("Unable to remove to file @file", NULL, array('@file' => $destination)); ./core/lib/Drupal/Core/FileTransfer/FTPExtension.php:111: throw new FileTransferException("Unable to set permissions on %file", NULL, array ('%file' => $path)); ./core/lib/Drupal/Core/FileTransfer/Local.php:37: throw new FileTransferException('Cannot copy %source to %destination.', NULL, array('%source' => $source, '%destination' => $destination)); ./core/lib/Drupal/Core/FileTransfer/Local.php:46: throw new FileTransferException('Cannot create directory %directory.', NULL, array('%directory' => $directory)); ./core/lib/Drupal/Core/FileTransfer/Local.php:56: throw new FileTransferException('removeDirectoryJailed() called with a path (%directory) that is not a directory.', NULL, array('%directory' => $directory)); ./core/lib/Drupal/Core/FileTransfer/Local.php:61: throw new FileTransferException('Cannot remove directory %directory.', NULL, array('%directory' => $filename)); ./core/lib/Drupal/Core/FileTransfer/Local.php:66: throw new FileTransferException('Cannot remove file %file.', NULL, array('%file' => $filename)); ./core/lib/Drupal/Core/FileTransfer/Local.php:71: throw new FileTransferException('Cannot remove directory %directory.', NULL, array('%directory' => $directory)); ./core/lib/Drupal/Core/FileTransfer/Local.php:80: throw new FileTransferException('Cannot remove file %file.', NULL, array('%file' => $file)); ./core/lib/Drupal/Core/FileTransfer/Local.php:105: throw new FileTransferException('Cannot chmod %path.', NULL, array('%path' => $filename)); ./core/lib/Drupal/Core/FileTransfer/Local.php:110: throw new FileTransferException('Cannot chmod %path.', NULL, array('%path' => $path)); ./core/lib/Drupal/Core/FileTransfer/SSH.php:32: throw new FileTransferException('SSH Connection failed to @host:@port', NULL, array('@host' => $this->hostname, '@port' => $this->port)); ./core/lib/Drupal/Core/FileTransfer/SSH.php:35: throw new FileTransferException('The supplied username/password combination was not accepted.'); ./core/lib/Drupal/Core/FileTransfer/SSH.php:55: throw new FileTransferException('Cannot copy @source_file to @destination_file.', NULL, array('@source' => $source, '@destination' => $destination)); ./core/lib/Drupal/Core/FileTransfer/SSH.php:64: throw new FileTransferException('Cannot copy directory @directory.', NULL, array('@directory' => $source)); ./core/lib/Drupal/Core/FileTransfer/SSH.php:73: throw new FileTransferException('Cannot create directory @directory.', NULL, array('@directory' => $directory)); ./core/lib/Drupal/Core/FileTransfer/SSH.php:82: throw new FileTransferException('Cannot remove @directory.', NULL, array('@directory' => $directory)); ./core/lib/Drupal/Core/FileTransfer/SSH.php:91: throw new FileTransferException('Cannot remove @directory.', NULL, array('@directory' => $destination)); ./core/lib/Drupal/Core/FileTransfer/SSH.php:110: throw new FileTransferException('Cannot check @path.', NULL, array('@path' => $path)); ./core/lib/Drupal/Core/FileTransfer/SSH.php:126: throw new FileTransferException('Cannot check @path.', NULL, array('@path' => $path)); ./core/lib/Drupal/Core/FileTransfer/SSH.php:136: throw new FileTransferException('Cannot change permissions of @path.', NULL, array('@path' => $path)); ./core/lib/Drupal/Core/Lock/DatabaseLockBackend.php:10:use PDOException; ./core/lib/Drupal/Core/Lock/DatabaseLockBackend.php:56: catch (PDOException $e) { ./core/lib/Drupal/Core/Updater/Updater.php:10:use Drupal\Core\FileTransfer\FileTransferException; ./core/lib/Drupal/Core/Updater/Updater.php:48: * @throws Drupal\Core\Updater\UpdaterException ./core/lib/Drupal/Core/Updater/Updater.php:55: throw new UpdaterException(t('Unable to determine the type of the source directory.')); ./core/lib/Drupal/Core/Updater/Updater.php:69: * @throws Drupal\Core\Updater\UpdaterException ./core/lib/Drupal/Core/Updater/Updater.php:80: throw new UpdaterException(t('Cannot determine the type of project.')); ./core/lib/Drupal/Core/Updater/Updater.php:136: * @throws Drupal\Core\Updater\UpdaterException ./core/lib/Drupal/Core/Updater/Updater.php:142: throw new UpdaterException(t('Unable to parse info file: %info_file.', array('%info_file' => $info_file))); ./core/lib/Drupal/Core/Updater/Updater.php:145: throw new UpdaterException(t("The info file (%info_file) does not define a 'name' attribute.", array('%info_file' => $info_file))); ./core/lib/Drupal/Core/Updater/Updater.php:180: * @throws Drupal\Core\Updater\UpdaterException ./core/lib/Drupal/Core/Updater/Updater.php:181: * @throws Drupal\Core\Updater\UpdaterFileTransferException ./core/lib/Drupal/Core/Updater/Updater.php:195: throw new UpdaterException(t('Fatal error in update, cowardly refusing to wipe out the install directory.')); ./core/lib/Drupal/Core/Updater/Updater.php:222: catch (FileTransferException $e) { ./core/lib/Drupal/Core/Updater/Updater.php:223: throw new UpdaterFileTransferException(t('File Transfer failed, reason: !reason', array('!reason' => strtr($e->getMessage(), $e->arguments)))); ./core/lib/Drupal/Core/Updater/Updater.php:238: * @throws Drupal\Core\Updater\UpdaterFileTransferException ./core/lib/Drupal/Core/Updater/Updater.php:260: catch (FileTransferException $e) { ./core/lib/Drupal/Core/Updater/Updater.php:261: throw new UpdaterFileTransferException(t('File Transfer failed, reason: !reason', array('!reason' => strtr($e->getMessage(), $e->arguments)))); ./core/lib/Drupal/Core/Updater/Updater.php:273: * @throws Drupal\Core\Updater\UpdaterException ./core/lib/Drupal/Core/Updater/Updater.php:287: catch (FileTransferException $e) { ./core/lib/Drupal/Core/Updater/Updater.php:298: catch (FileTransferException $e) { ./core/lib/Drupal/Core/Updater/Updater.php:301: throw new UpdaterException($throw_message); ./core/lib/Drupal/Core/Updater/UpdaterException.php:5: * Definition of Drupal\Core\Updater\UpdaterException. ./core/lib/Drupal/Core/Updater/UpdaterException.php:10:use Exception; ./core/lib/Drupal/Core/Updater/UpdaterException.php:13: * Defines a Exception class for the Drupal\Core\Updater\Updater class ./core/lib/Drupal/Core/Updater/UpdaterException.php:16: * This is identical to the base Exception class, we just give it a more ./core/lib/Drupal/Core/Updater/UpdaterException.php:20:class UpdaterException extends Exception { ./core/lib/Drupal/Core/Updater/UpdaterFileTransferException.php:5: * Definition of Drupal\Core\Updater\UpdaterFileTransferException. ./core/lib/Drupal/Core/Updater/UpdaterFileTransferException.php:11: * Defines a child class of Drupal\Core\Updater\UpdaterException that indicates ./core/lib/Drupal/Core/Updater/UpdaterFileTransferException.php:19:class UpdaterFileTransferException extends UpdaterException {