<?php
/**
*
* Indicates an attempt to get or set a key not in the struct.
*
* @category Solar
*
* @package Solar
*
* @author Paul M. Jones <hide@address.com>
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
* @version $Id: NoSuchKey.php 3995 2009-09-08 18:49:24Z pmjones $
*
*/
class Solar_Struct_Exception_NoSuchKey extends Solar_Exception {
}