<?php

namespace Crontrol\Exception;

/**
 * Exception thrown when an unexpected HTTP response code is received.
 */
class UnexpectedHTTPCodeException extends CrontrolRuntimeException {}
