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 bc8f5b2 commit 9728090Copy full SHA for 9728090
doc/Type/X/Seq/Consumed.pod
@@ -0,0 +1,12 @@
1
+=begin pod
2
+
3
+=TITLE class X::Seq::Consumed
4
5
+=SUBTITLE Error due to trying to reuse a consumed sequence
6
7
+ class X::Seq::Consumed is Exception { }
8
9
+This exception is thrown when a piece of code tries to reuse
10
+a C<Seq> which has already been iterated.
11
12
+=end pod
type-graph.txt
@@ -264,6 +264,7 @@ class X::HyperOp::NonDWIM is Exception
264
class X::Set::Coerce is Exception
265
class X::StubCode is Exception
266
class X::Eval::NoSuchLang is Exception
267
+class X::Seq::Consumed is Exception
268
269
[Exceptions]
270
# Exceptions: Numbers
0 commit comments