View file phpBB3/vendor/carlos-mg89/oauth/src/OAuth/OAuth1/Signature/Exception/UnsupportedHashAlgorithmException.php
<?php
namespace OAuth\OAuth1\Signature\Exception;
use OAuth\Common\Exception\Exception;
/**
* Thrown when an unsupported hash mechanism is requested in signature class.
*/
class UnsupportedHashAlgorithmException extends Exception
{
}