We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faac980 commit 05fc454Copy full SHA for 05fc454
1 file changed
system/Exceptions/FrameworkException.php
@@ -33,6 +33,9 @@ public static function forInvalidFile(string $path)
33
return new static(lang('Core.invalidFile', [$path]));
34
}
35
36
+ /**
37
+ * @return static
38
+ */
39
public static function forInvalidDirectory(string $path)
40
{
41
return new static(lang('Core.invalidDirectory', [$path]));
0 commit comments