for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Ballen\Cartographer\Exceptions;
/**
* Cartographer
*
* Cartographer is a PHP library providing the ability to programmatically
* generate GeoJSON objects.
* @author Bobby Allen <[email protected]>
* @license http://www.gnu.org/licenses/gpl-3.0.html
* @link https://github.com/allebb/cartographer
* @link http://bobbyallen.me
*/
class TypeSchemaValidationException extends \Exception
{
public function __construct($message, $code = 0, Exception $previous = null)
Ballen\Cartographer\Exceptions\Exception
Exception
\
parent::__construct($message, $code, $previous);
}