<?php
/**
* An exception relating to structs
* @package Krai
* @subpackage Struct
* @author Greg McWhirter <hide@address.com>
* @copyright Copyright (c) 2008, Greg McWhirter
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
/**
* An exception relating to structs
*
* This is the exception type thrown by any instance of Krai_Struct derivates
*
* @package Krai
* @subpackage Struct
*/
class Krai_Struct_Exception extends Krai_Exception
{}