You are here

FeedsRuntimeException.php in Feeds 8.3

File

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

namespace Drupal\feeds\Exception;

use RuntimeException;

/**
 * Base class for Feeds runtime exceptions.
 */
abstract class FeedsRuntimeException extends RuntimeException {

}

Classes

Namesort descending Description
FeedsRuntimeException Base class for Feeds runtime exceptions.