You are here

ContentHubException.php in Acquia Content Hub 8.2

File

src/Exception/ContentHubException.php
View source
<?php

namespace Drupal\acquia_contenthub\Exception;


/**
 * An exception that occurred in some part of the Acquia Content Hub.
 *
 * @todo properly expand this exception.
 */
class ContentHubException extends \Exception {

}

Classes

Namesort descending Description
ContentHubException An exception that occurred in some part of the Acquia Content Hub.