Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
core
/
vendor
/
phenx
/
php-font-lib
/
src
/
FontLib
/
Exception
:
FontNotFoundException.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace FontLib\Exception; class FontNotFoundException extends \Exception { public function __construct($fontPath) { $this->message = 'Font not found in: ' . $fontPath; } }