Skip to content

Commit e8b101a

Browse files
committed
Add doc
1 parent 762d013 commit e8b101a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
package scala.quoted
22

3+
/** Excetion thrown when an Expr or Type is used ouside of the scope where it is valid */
34
class ScopeException(msg: String) extends Exception(msg)

0 commit comments

Comments
 (0)