<?php /** * This exception MUST be thrown when a config value is missing and is needed. * * @package PHPTracker * @subpackage Config */ class PHPTracker_Config_Error_Missing extends PHPTracker_Config_Error { }