-
Notifications
You must be signed in to change notification settings - Fork 0
FileTooBigException
Raimondas Rimkevičius edited this page Mar 9, 2020
·
2 revisions
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!
Exception thrown when file is too big
Throwable
Exception
Name | Description |
---|---|
getMaxSize | Get maximum filesize allowed |
getSize | Return current file size |
getSource | Get source what was checked for filesize |
Name | Description |
---|---|
__construct | Construct the exception |
__toString | String representation of the exception |
__wakeup | - |
getCode | Gets the Exception code |
getFile | Gets the file in which the exception was created |
getLine | Gets the line in which the exception was created |
getMessage | Gets the Exception message |
getPrevious | Returns previous Exception |
getTrace | Gets the stack trace |
getTraceAsString | Gets the stack trace as a string |
Description
public getMaxSize (void)
Get maximum filesize allowed
Parameters
This function has no parameters.
Return Values
float
Description
public getSize (void)
Return current file size
Parameters
This function has no parameters.
Return Values
float
Description
public getSource (void)
Get source what was checked for filesize
Parameters
This function has no parameters.
Return Values
string