Arquivos
hhvm/hphp/system/php/phar/PharException.php
T
Paul Tarjan ed852dee7a implement read support for phars
A first pass at phar. The parsing logic was done from the spec:
http://www.php.net/manual/en/phar.fileformat.phar.php
2013-07-25 12:10:58 -07:00

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 {
}