10 lines
339 B
Scheme
10 lines
339 B
Scheme
(module CloneNotSupportedException mzscheme
|
|
(require "Object-composite.ss")
|
|
(provide
|
|
CloneNotSupportedException
|
|
guard-convert-CloneNotSupportedException
|
|
convert-assert-CloneNotSupportedException
|
|
wrap-convert-assert-CloneNotSupportedException
|
|
dynamic-CloneNotSupportedException/c
|
|
static-CloneNotSupportedException/c))
|