Skip to content

GcsStorageException

A failure talking to GCS storage.

Narrows ObjectStoreException to this provider, so a caller working against ObjectStoreClientInterface can catch the supertype while one that knows it is on GCS can still catch this.

final class GcsStorageException extends ObjectStoreException

ExtendsObjectStoreException
SourceGcsStorageException.php

These come from an ancestor and are documented where they are declared.

MethodDeclared inDescription
getCode()Exception
getFile()Exception
getLine()Exception
getMessage()Exception
getPrevious()Exception
getTrace()Exception
getTraceAsString()Exception