carp process: reading and writing works for one iteration
This commit is contained in:
1
Pond.package/CarpException.class/README.md
Normal file
1
Pond.package/CarpException.class/README.md
Normal file
@@ -0,0 +1 @@
|
||||
I’m an exception that gets thrown when Carp does something funky.
|
@@ -0,0 +1,3 @@
|
||||
accessing
|
||||
defaultAction
|
||||
UnhandledError signalForException: self
|
3
Pond.package/CarpException.class/instance/from..st
Normal file
3
Pond.package/CarpException.class/instance/from..st
Normal file
@@ -0,0 +1,3 @@
|
||||
instance creation
|
||||
from: anError
|
||||
error := anError
|
14
Pond.package/CarpException.class/properties.json
Normal file
14
Pond.package/CarpException.class/properties.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"commentStamp" : "VeitHeller 12/14/2019 17:49",
|
||||
"super" : "Exception",
|
||||
"category" : "Pond",
|
||||
"classinstvars" : [ ],
|
||||
"pools" : [ ],
|
||||
"classvars" : [ ],
|
||||
"instvars" : [
|
||||
"parent",
|
||||
"error"
|
||||
],
|
||||
"name" : "CarpException",
|
||||
"type" : "normal"
|
||||
}
|
Reference in New Issue
Block a user