<?php
/**
*
* At least one option was not regognized by getopt.
*
* @category Solar
*
* @package Solar_Getopt
*
* @author Paul M. Jones <hide@address.com>
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
* @version $Id: UnknownOption.php 4376 2010-02-11 23:13:07Z pmjones $
*
*/
class Solar_Getopt_Exception_UnknownOption extends Solar_Getopt_Exception {}