home
/
aioutajg
/
test.imgccr.com
/
vendor
/
google
/
apiclient
/
src
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
[DIR] AccessToken
N/A
[DIR] AuthHandler
N/A
[DIR] Http
N/A
[DIR] Service
N/A
[DIR] Task
N/A
[DIR] Utils
N/A
Client.php
44.16 KB
Rename
Delete
Collection.php
3.04 KB
Rename
Delete
Exception.php
696 bytes
Rename
Delete
Model.php
10.00 KB
Rename
Delete
Service.php
1.91 KB
Rename
Delete
aliases.php
3.05 KB
Rename
Delete
<?php /* * Copyright 2013 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ namespace Google; use Exception as BaseException; class Exception extends BaseException { }
Save