for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Bunq\Exception;
final class SessionWasExpiredException extends \Exception
{
public function __construct()
parent::__construct('Session has expired should now be refreshed', 400);
}