carp checkers: add carp checker and make it work

This commit is contained in:
2019-12-16 12:03:18 +01:00
parent 5763bfc040
commit 3254a9e81d
32 changed files with 145 additions and 11 deletions

View File

@@ -0,0 +1 @@
Im an exception that gets thrown when Carp does something funky.

View File

@@ -0,0 +1,3 @@
accessing
defaultAction
UnhandledError signalForException: self

View File

@@ -0,0 +1,3 @@
instance creation
from: anError
error := anError

View File

@@ -0,0 +1,14 @@
{
"commentStamp" : "VeitHeller 12/14/2019 17:49",
"super" : "Error",
"category" : "Pond",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"parent",
"error"
],
"name" : "CarpError",
"type" : "normal"
}