You are here

DisabledSensorException.php in Monitoring 8

File

src/Sensor/DisabledSensorException.php
View source
<?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 {

}

Classes

Namesort descending Description
DisabledSensorException Thrown if a disabled sensor is requested to be executed.