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