We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ade01 commit f02979bCopy full SHA for f02979b
system/Exceptions/FrameworkException.php
@@ -47,6 +47,9 @@ public static function forInvalidDirectory(string $path)
47
return new static(lang('Core.invalidDirectory', [$path]));
48
}
49
50
+ /**
51
+ * @return static
52
+ */
53
public static function forCopyError(string $path)
54
{
55
return new static(lang('Core.copyError', [$path]));
0 commit comments