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