summaryrefslogtreecommitdiff
path: root/vendor/OAuth/OAuth1/Signature/Exception/UnsupportedHashAlgorithmException.php
blob: 44c36ce77ccb8d981e21f4b28fcf82ffa6e07f46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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
{
}