for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace LE_ACME2\Exception;
class ExpiredAuthorization extends AbstractException {
public function __construct() {
parent::__construct("Expired authorization received");
}