interface IOExceptionInterface implements ExceptionInterface
IOException interface for file and input/output stream related exceptions thrown by the component.
Methods
string | getPath() Returns the associated path for the exception. |
Details
string getPath()
Returns the associated path for the exception.
Please login to continue.