File "FontNotFoundException.php"
Full Path: /home/ichhrkpd/public_html/idcm/application/third_party/dompdf/vendor/dompdf/php-font-lib/src/FontLib/Exception/FontNotFoundException.php
File size: 202 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace FontLib\Exception;
class FontNotFoundException extends \Exception
{
public function __construct($fontPath)
{
$this->message = 'Font not found in: ' . $fontPath;
}
}