Documentation

UnableToRetrieveMetadata extends RuntimeException
in package
implements FilesystemOperationFailed

Interfaces, Classes, Traits and Enums

FilesystemOperationFailed

Table of Contents

$location  : string
$metadataType  : string
$reason  : string
create()  : self
fileSize()  : self
lastModified()  : self
location()  : string
metadataType()  : string
mimeType()  : self
operation()  : string
reason()  : string
visibility()  : self

Properties

Methods

create()

public static create(string $location, string $type[, string $reason = '' ][, Throwable $previous = null ]) : self
Parameters
$location : string
$type : string
$reason : string = ''
$previous : Throwable = null
Return values
self

fileSize()

public static fileSize(string $location[, string $reason = '' ][, Throwable $previous = null ]) : self
Parameters
$location : string
$reason : string = ''
$previous : Throwable = null
Return values
self

lastModified()

public static lastModified(string $location[, string $reason = '' ][, Throwable $previous = null ]) : self
Parameters
$location : string
$reason : string = ''
$previous : Throwable = null
Return values
self

mimeType()

public static mimeType(string $location[, string $reason = '' ][, Throwable $previous = null ]) : self
Parameters
$location : string
$reason : string = ''
$previous : Throwable = null
Return values
self

visibility()

public static visibility(string $location[, string $reason = '' ][, Throwable $previous = null ]) : self
Parameters
$location : string
$reason : string = ''
$previous : Throwable = null
Return values
self

Search results