ImageException
extends FrameworkException
in package
implements
ExceptionInterface
Class FrameworkException
A collection of exceptions thrown by the framework that can only be determined at run time.
Interfaces, Classes and Traits
- ExceptionInterface
- Provides a domain-level interface for broad capture of all framework-related exceptions.
Table of Contents
- __construct() : mixed
- Tweaks the exception's constructor to assign the file/line to where it is actually raised rather than were it is instantiated.
- forCopyError() : mixed
- forEnabledZlibOutputCompression() : mixed
- forEXIFUnsupported() : mixed
- forFabricatorCreateFailed() : mixed
- forFileNotSupported() : mixed
- forImageProcessFailed() : mixed
- forInvalidDirection() : mixed
- forInvalidFile() : mixed
- forInvalidImageCreate() : mixed
- forInvalidImageLibraryPath() : mixed
- forInvalidPath() : mixed
- forMissingAngle() : mixed
- forMissingExtension() : mixed
- forMissingImage() : mixed
- forNoHandlers() : mixed
- forSaveFailed() : mixed
Methods
__construct()
Tweaks the exception's constructor to assign the file/line to where it is actually raised rather than were it is instantiated.
public
final __construct([string $message = '' ], int $code[, Throwable|null $previous = null ]) : mixed
Parameters
- $message : string = ''
- $code : int
- $previous : Throwable|null = null
Return values
mixed —forCopyError()
public
static forCopyError(string $path) : mixed
Parameters
- $path : string
Return values
mixed —forEnabledZlibOutputCompression()
public
static forEnabledZlibOutputCompression() : mixed
Return values
mixed —forEXIFUnsupported()
public
static forEXIFUnsupported() : mixed
Return values
mixed —forFabricatorCreateFailed()
public
static forFabricatorCreateFailed(string $table, string $reason) : mixed
Parameters
- $table : string
- $reason : string
Return values
mixed —forFileNotSupported()
public
static forFileNotSupported() : mixed
Return values
mixed —forImageProcessFailed()
public
static forImageProcessFailed() : mixed
Return values
mixed —forInvalidDirection()
public
static forInvalidDirection([string $dir = null ]) : mixed
Parameters
- $dir : string = null
Return values
mixed —forInvalidFile()
public
static forInvalidFile(string $path) : mixed
Parameters
- $path : string
Return values
mixed —forInvalidImageCreate()
public
static forInvalidImageCreate([string $extra = null ]) : mixed
Parameters
- $extra : string = null
Return values
mixed —forInvalidImageLibraryPath()
public
static forInvalidImageLibraryPath([string $path = null ]) : mixed
Parameters
- $path : string = null
Return values
mixed —forInvalidPath()
public
static forInvalidPath() : mixed
Return values
mixed —forMissingAngle()
public
static forMissingAngle() : mixed
Return values
mixed —forMissingExtension()
public
static forMissingExtension(string $extension) : mixed
Parameters
- $extension : string
Return values
mixed —forMissingImage()
public
static forMissingImage() : mixed
Return values
mixed —forNoHandlers()
public
static forNoHandlers(string $class) : mixed
Parameters
- $class : string
Return values
mixed —forSaveFailed()
public
static forSaveFailed() : mixed