7 lines
86 B
PHP
Executable File

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