You are here

CheckNotImplementedCorrectly.php in Purge 8.3

File

src/Plugin/Purge/DiagnosticCheck/Exception/CheckNotImplementedCorrectly.php
View source
<?php

namespace Drupal\purge\Plugin\Purge\DiagnosticCheck\Exception;


/**
 * Thrown when ::run() is not returning a severity as mandated by the API.
 *
 * @see \Drupal\purge\Plugin\Purge\DiagnosticCheck\DiagnosticCheckInterface
 */
class CheckNotImplementedCorrectly extends \Exception {

}

Classes

Namesort descending Description
CheckNotImplementedCorrectly Thrown when ::run() is not returning a severity as mandated by the API.