You are here

DomainException.php in Features 8.4

Same filename and directory in other branches
  1. 8.3 src/Exception/DomainException.php

File

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

namespace Drupal\features\Exception;


/**
 * {@inheritDoc}
 */
class DomainException extends \DomainException {

}

Classes

Namesort descending Description
DomainException