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 a6e9e34 commit 1a55450Copy full SHA for 1a55450
S32-setting-library/Exception.pod
@@ -17,8 +17,8 @@ Authors of previous versions of this document:
17
18
Created: 26 Feb 2009
19
20
- Last Modified: 17 August 2012
21
- Version: 20
+ Last Modified: 21 August 2012
+ Version: 21
22
23
The document is a draft.
24
@@ -407,8 +407,9 @@ Thrown when trying to bind to a natively typed variable
407
TODO: inherit from X::Bind?
408
409
my class X::Bind::NativeType does X::Comp {
410
+ has $.name;
411
method message() {
- 'Cannot bind to a natively typed variable; use assignment instead'
412
+ "Cannot bind to natively typed variable '$.name'; use assignment instead'
413
}
414
415
0 commit comments