Blame view
sources/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php
89 Bytes
|
31b7f2792
|
1 2 3 4 5 6 7 |
<?php
namespace OpenCloud\Common\Exceptions;
class BaseException extends \Exception
{
}
|