ContentHubException.php in Acquia Content Hub 8.2
Namespace
Drupal\acquia_contenthub\ExceptionFile
src/Exception/ContentHubException.phpView 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
Name | Description |
---|---|
ContentHubException | An exception that occurred in some part of the Acquia Content Hub. |