You are here

class CheckNotImplementedCorrectly in Purge 8.3

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

Hierarchy

  • class \Drupal\purge\Plugin\Purge\DiagnosticCheck\Exception\CheckNotImplementedCorrectly extends \Drupal\purge\Plugin\Purge\DiagnosticCheck\Exception\Exception

Expanded class hierarchy of CheckNotImplementedCorrectly

See also

\Drupal\purge\Plugin\Purge\DiagnosticCheck\DiagnosticCheckInterface

1 file declares its use of CheckNotImplementedCorrectly
DiagnosticCheckBase.php in src/Plugin/Purge/DiagnosticCheck/DiagnosticCheckBase.php

File

src/Plugin/Purge/DiagnosticCheck/Exception/CheckNotImplementedCorrectly.php, line 10

Namespace

Drupal\purge\Plugin\Purge\DiagnosticCheck\Exception
View source
class CheckNotImplementedCorrectly extends \Exception {

}

Members