<?php

declare(strict_types=1);

namespace Laminas\Permissions\Acl\Exception;

class InvalidArgumentException extends \InvalidArgumentException implements
    ExceptionInterface
{
}
