[NEW] Introduced CreateTemporaryFileException.
This commit is contained in:
parent
ea826ec0ce
commit
dbc9737136
|
|
@ -24,7 +24,8 @@ final class CreateTemporaryFileException extends Exception
|
|||
{
|
||||
protected $message = 'Could not create a temporary file with unique name in the specified directory.';
|
||||
|
||||
final public function __construct() {
|
||||
final public function __construct()
|
||||
{
|
||||
parent::__construct($this->message);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue