PayPal\Exception\PPMissingCredentialException::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $message = null, $code )
    public function __construct($message = null, $code = 0)
    {
        parent::__construct($message, $code);
    }
PPMissingCredentialException