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