<?php
namespace Payplug\Exception;

/**
 * Dependency not satisfied exception.
 */
class DependencyException extends PayplugException
{
}
