com\setasign\SetaFramework\Request

UploadException Class UploadException

File: /SetaFramework/src/Request/UploadException.php

Class hierarchy

Implements

Summary

Properties

$code

protected \Exception::$code = 0

$file

protected \Exception::$file = ''

$filename

protected ?string UploadException::$filename

$line

protected \Exception::$line = 0

$message

protected \Exception::$message = ''

Methods

__construct()

public UploadException::__construct (
int $code,
?string $filename = null
)
Parameters
$code : int
 
$filename : ?string
 

__clone()

Internal PHP method: Exception::__clone

__toString()

Internal PHP method: Exception::__toString

__wakeup()

Internal PHP method: Exception::__wakeup

codeToMessage()

private UploadException::codeToMessage (
int $code
): string
Parameters
$code : int
 

getCode()

Internal PHP method: Exception::getCode

getFile()

Internal PHP method: Exception::getFile

getFilename()

public UploadException::getFilename (
void
): ?string

getLine()

Internal PHP method: Exception::getLine

getMessage()

Internal PHP method: Exception::getMessage

getPrevious()

Internal PHP method: Exception::getPrevious

getTrace()

Internal PHP method: Exception::getTrace

getTraceAsString()

Internal PHP method: Exception::getTraceAsString