<?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 <hide@address.com>
* @author Chuck Hagenbuch <hide@address.com>
* @author Mike Naberezny <hide@address.com>
* @license http://opensource.org/licenses/bsd-license.php BSD
* @category Horde
* @package Horde_Yaml
*/
/**
* Exception class for exceptions thrown by Horde_Yaml
*
* @category Horde
* @package Horde_Yaml
*/
class Horde_Yaml_Exception extends Horde_Exception_LastError
{
}