File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ = begin pod
2
+
3
+ = TITLE class X::IO::Link
4
+
5
+ = SUBTITLE Error while trying to create a link
6
+
7
+ class X::IO::Link does X::IO is Exception
8
+
9
+ Error class for failed L < &link > operation.
10
+
11
+ A typical error message is
12
+
13
+ Failed to create link called 'my-link' on target 'does-not exist': Failed to link file
14
+
15
+ = head1 Methods
16
+
17
+ = head2 method target
18
+
19
+ Returns the name of the link target, i.e. the existing file.
20
+
21
+ = head2 method name
22
+
23
+ Returns the name of the link that could not be created.
24
+
25
+ = end pod
Original file line number Diff line number Diff line change @@ -349,6 +349,7 @@ class X::IO::Chdir is Exception does X::IO
349
349
class X::IO::Dir is Exception does X::IO
350
350
class X::IO::Cwd is Exception does X::IO
351
351
class X::IO::Rmdir is Exception does X::IO
352
+ class X::IO::Link is Exception does X::IO
352
353
class X::IO::Unlink is Exception does X::IO
353
354
class X::IO::Symlink is Exception does X::IO
354
355
class X::IO::Chmod is Exception does X::IO
You can’t perform that action at this time.
0 commit comments