<?php

namespace Deployer\Component\PharUpdate\Exception;

/**
 * Used for errors when using the file system.
 *
 * @author Kevin Herrera <kevin@herrera.io>
 */
class FileException extends Exception
{
}
