AutorÃa | Ultima modificación | Ver Log |
<?php namespace PhpOffice\PhpSpreadsheet; use RuntimeException; class Exception extends RuntimeException { }
<?php
namespace PhpOffice\PhpSpreadsheet;
use RuntimeException;
class Exception extends RuntimeException
{
}