Class FileException

Summary

Fully Qualified Name: CodeIgniter\Files\Exceptions\FileException
Extends: RuntimeException
Implements: ExceptionInterface

Description

Methods

Name Description Defined By
forUnableToMove() FileException

Method Details

forUnableToMove()

Parameter Name Type Description
$from
$to
$error

Returns: void

Top