<?php

namespace Pionia\Exceptions;

/**
 * This exception is thrown when a cli command fails.
 */
class InvalidProviderException extends BaseException {}
