PHPWord/src/Exceptions/Exception.php

7 lines
86 B
PHP

<?php
namespace PhpOffice\PhpWord\Exceptions;
class Exception extends \Exception
{
}