<?php

namespace Crontrol\Exception;

/**
 * Exception thrown when a schedule name is unknown.
 */
class UnknownScheduleException extends CrontrolRuntimeException {}
