File "FontNotFoundException.php"

Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/phenx/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;
    }
}