kawax/laravel-google-sheets

View on GitHub
lib/google/Exceptions/UnknownServiceException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace Revolution\Google\Client\Exceptions;

class UnknownServiceException extends \Exception
{
}