monitoring-8.x-1.x-dev/src/Sensor/DisabledSensorException.php
src/Sensor/DisabledSensorException.php
<?php
/**
* @file
* Contains \Drupal\monitoring\Sensor\DisabledSensorException.
*/
namespace Drupal\monitoring\Sensor;
/**
* Thrown if a disabled sensor is requested to be executed.
*/
class DisabledSensorException extends \InvalidArgumentException {
}
