* @copyright 2017 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL version 2 * @category Stud.IP */ /** * This exception is thrown when at least one time range is required * in a method but no time range is provided. */ class ResourceNoTimeRangeException extends InvalidArgumentException { }