7 lines
86 B
PHP
Executable File
7 lines
86 B
PHP
Executable File
<?php
|
|
namespace PhpOffice\PhpWord\Exceptions;
|
|
|
|
class Exception extends \Exception
|
|
{
|
|
}
|