edbizarro/bi-connect

View on GitHub
src/Bi/Exceptions/GoogleCredentialsException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Bi\Connect\Exceptions;

/**
 * Class GoogleCredentialsException.
 */
class GoogleCredentialsException extends \Exception
{
}