NonExistingSensorException.php in Monitoring 7
Namespace
Drupal\monitoring\SensorFile
lib/Drupal/monitoring/Sensor/NonExistingSensorException.phpView source
<?php
/**
* @file
* Contains \Drupal\monitoring\Sensor\NonExistingSensorException.
*/
namespace Drupal\monitoring\Sensor;
/**
* Thrown if a sensor is requested that does not exist.
*/
class NonExistingSensorException extends \InvalidArgumentException {
}
Classes
Name | Description |
---|---|
NonExistingSensorException | Thrown if a sensor is requested that does not exist. |