Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / vendor / drush / drush / src / Sql / SqlException.php
1 <?php
2
3 namespace Drush\Sql;
4
5 class SqlException extends \Exception
6 {
7 }