for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace EddTurtle\DirectUpload\Exceptions;
class InvalidRegionException extends \Exception
{
public function __construct()
parent::__construct("The AWS region specified is not valid. Try checking: http://amzn.to/1FtPG6r");
}