for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @file
* Contains \Drupal\Driver\Exception\BootstrapException.
*/
namespace Drupal\Driver\Exception;
* Bootstrap exception.
class BootstrapException extends CoreException {
}