#71: Remove files no longer part of Drupal core in Drupal 8.0.0-beta15.

This commit is contained in:
Pantheon Automation 2015-09-15 11:47:45 -07:00 committed by Greg Anderson
parent f3791f1da3
commit 1ebe18adc2
101 changed files with 0 additions and 9459 deletions

View file

@ -1,13 +0,0 @@
<?php
/**
* @file
* Contains \Drupal\Core\Database\Install\TaskException.
*/
namespace Drupal\Core\Database\Install;
/**
* Exception thrown if the database installer fails.
*/
class TaskException extends \RuntimeException { }