JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "YamlExtensionNotEnabled.php"

Full Path: /home/palsarh/web/palsarh.in/public_html/vendor/cuyz/valinor/src/Mapper/Source/Exception/YamlExtensionNotEnabled.php
File size: 355 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

declare(strict_types=1);

namespace CuyZ\Valinor\Mapper\Source\Exception;

use LogicException;

/**
 * @internal
 *
 * @codeCoverageIgnore
 * @infection-ignore-all
 */
final class YamlExtensionNotEnabled extends LogicException
{
    public function __construct()
    {
        parent::__construct("The PHP YAML extension is not enabled.");
    }
}