<?php

declare(strict_types=1);

namespace Laminas\Stdlib\Exception;

/**
 * Extension not loaded exception
 *
 * @final
 */
class ExtensionNotLoadedException extends RuntimeException
{
}
