Skip to content

Commit 9728090

Browse files
author
Jan-Olof Hendig
committed
Added docs for X::Seq::Consumed
1 parent bc8f5b2 commit 9728090

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

doc/Type/X/Seq/Consumed.pod

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ class X::HyperOp::NonDWIM is Exception
264264
class X::Set::Coerce is Exception
265265
class X::StubCode is Exception
266266
class X::Eval::NoSuchLang is Exception
267+
class X::Seq::Consumed is Exception
267268

268269
[Exceptions]
269270
# Exceptions: Numbers

0 commit comments

Comments
 (0)