for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Ballen\Distical\Exceptions;
/**
* Distical
*
* Distical is a simple distance calculator library for PHP 5.3+ which
* amongst other things can calculate the distance between two or more lat/long
* co-ordinates.
* @author Bobby Allen <[email protected]>
* @license http://opensource.org/licenses/MIT
* @link https://github.com/allebb/distical
* @link http://bobbyallen.me
*/
class InvalidLatitudeFormatException extends \Exception
{
}