for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
*
* @package sitemaker
* @copyright (c) 2015 Daniel A. (blitze)
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*/
namespace blitze\sitemaker\exception;
* UnexpectedValue exception
class unexpected_value extends base
{
protected $parent_message = 'EXCEPTION_UNEXPECTED_VALUE';
}