Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelnocharme.meumercado.app
/
vendor
/
phenx
/
php-font-lib
/
src
/
FontLib
/
Exception
/
Editing: FontNotFoundException.php
<?php namespace FontLib\Exception; class FontNotFoundException extends \Exception { public function __construct($fontPath) { $this->message = 'Font not found in: ' . $fontPath; } }
Save
Cancel