<?php

namespace Crontrol\Exception;

/**
 * Exception thrown when a URL is missing for a cron event.
 */
class MissingURLException extends CrontrolRuntimeException {}
