golden hour
/home/phakp/public_html/erp/includes/OAuth/OAuth1/Signature/Exception
⬆️ Go Up
Upload
File/Folder
Size
Actions
UnsupportedHashAlgorithmException.php
239 B
Del
OK
Edit: 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 { }
Save