ed852dee7a
A first pass at phar. The parsing logic was done from the spec: http://www.php.net/manual/en/phar.fileformat.phar.php
12 linhas
278 B
PHP
12 linhas
278 B
PHP
<?php
|
|
// This doc comment block generated by idl/sysdoc.php
|
|
/**
|
|
* ( excerpt from http://php.net/manual/en/class.pharexception.php )
|
|
*
|
|
* The PharException class provides a phar-specific exception class for
|
|
* try/catch blocks.
|
|
*
|
|
*/
|
|
class PharException extends Exception {
|
|
}
|