<?php

namespace Crontrol\Exception;

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