<?php

declare(strict_types=1);

namespace Nyholm\Dsn\Exception;

/**
 * Base InvalidArgumentException.
 */
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
}
