<?php

namespace Deployer\Component\PharUpdate\Exception;

/**
 * Used if an invalid argument is given.
 *
 * @author Kevin Herrera <kevin@herrera.io>
 */
class InvalidArgumentException extends Exception
{
}
