mirror of
https://github.com/Karaka-Management/Resources.git
synced 2026-01-10 21:08:41 +00:00
9 lines
87 B
PHP
Executable File
9 lines
87 B
PHP
Executable File
<?php
|
|
|
|
namespace Mpdf\Exception;
|
|
|
|
class FontException extends \Mpdf\MpdfException
|
|
{
|
|
|
|
}
|