Laravel version update
Laravel version update
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* Zend Framework (http://framework.zend.com/)
|
||||
*
|
||||
* @link http://github.com/zendframework/zf2 for the canonical source repository
|
||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
* @category ZendService
|
||||
* @package ZendService_Google
|
||||
*/
|
||||
|
||||
namespace ZendService\Google\Exception;
|
||||
|
||||
/**
|
||||
* Invalid Argument Exception
|
||||
*
|
||||
* @category ZendService
|
||||
* @package ZendService_Google
|
||||
*/
|
||||
class InvalidArgumentException extends \InvalidArgumentException
|
||||
{
|
||||
}
|
||||
@@ -1,22 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* Zend Framework (http://framework.zend.com/)
|
||||
*
|
||||
* @link http://github.com/zendframework/zf2 for the canonical source repository
|
||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
* @category ZendService
|
||||
* @package ZendService_Google
|
||||
*/
|
||||
|
||||
namespace ZendService\Google\Exception;
|
||||
|
||||
/**
|
||||
* Runtime Exception
|
||||
*
|
||||
* @category ZendService
|
||||
* @package ZendService_Google
|
||||
*/
|
||||
class RuntimeException extends \RuntimeException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user