PHPWord/Classes/PhpWord/Exceptions/Exception.php

7 lines
86 B
PHP
Executable File

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