File "CredentialsException.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/league/oauth1-client/src/Credentials/CredentialsException.php
File size: 117 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace League\OAuth1\Client\Credentials;

use Exception;

class CredentialsException extends Exception
{
}