Cairo__CError.st
changeset 72 3eabcca278cd
parent 43 1006839761af
child 88 9d51db2ba641
equal deleted inserted replaced
71:c29ad70e032b 72:3eabcca278cd
     6 	instanceVariableNames:''
     6 	instanceVariableNames:''
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'Cairo-Exceptions'
     9 	category:'Cairo-Exceptions'
    10 !
    10 !
       
    11 
    11 
    12 
    12 !CError methodsFor:'printing & storing'!
    13 !CError methodsFor:'printing & storing'!
    13 
    14 
    14 description
    15 description
    15     "return the description string of the signal"
    16     "return the description string of the signal"
    29     "
    30     "
    30 
    31 
    31     "Created: / 23-02-2016 / 16:52:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    32     "Created: / 23-02-2016 / 16:52:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    32 ! !
    33 ! !
    33 
    34 
       
    35 !CError class methodsFor:'documentation'!
       
    36 
       
    37 version_HG
       
    38 
       
    39     ^ '$Changeset: <not expanded> $'
       
    40 ! !
       
    41