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