0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
lib
/
core
/
Horde
/
Yaml
/
[
Home
]
File: Exception.php
<?php /** * Horde YAML package * * This package is heavily inspired by the Spyc PHP YAML * implementation (http://spyc.sourceforge.net/), and portions are * copyright 2005-2006 Chris Wanstrath. * * @author Chris Wanstrath <chris@ozmm.org> * @author Chuck Hagenbuch <chuck@horde.org> * @author Mike Naberezny <mike@maintainable.com> * @license http://www.horde.org/licenses/bsd BSD * @category Horde * @package Yaml */ /** * Exception class for exceptions thrown by Horde_Yaml * * @category Horde * @package Yaml */ class Horde_Yaml_Exception extends Horde_Exception_LastError { }