DBXE/classes/Modules/GoogleApi/Exception/InvalidArgumentException.php

10 lines
227 B
PHP

<?php
namespace Xentral\Modules\GoogleApi\Exception;
use InvalidArgumentException as SplInvalidArgumentException;
class InvalidArgumentException extends SplInvalidArgumentException implements GoogleApiExceptionInterface
{
}