You are here

NonExistingSensorException.php in Monitoring 7

File

lib/Drupal/monitoring/Sensor/NonExistingSensorException.php
View 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

Namesort descending Description
NonExistingSensorException Thrown if a sensor is requested that does not exist.