Resources/Mpdf/MpdfException.php

9 lines
73 B
PHP
Executable File

<?php
namespace Mpdf;
class MpdfException extends \ErrorException
{
}