AssertionFailedError.st
changeset 11159 20e5de9571fc
parent 10650 fdec7f75c82e
child 11184 53d91f16f7ae
equal deleted inserted replaced
11158:3c2ab1fc09c2 11159:20e5de9571fc
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 "{ Package: 'stx:libbasic' }"
    12 "{ Package: 'stx:libbasic' }"
    13 
    13 
    14 HaltInterrupt subclass:#AssertionFailedError
    14 Error subclass:#AssertionFailedError
    15 	instanceVariableNames:''
    15 	instanceVariableNames:''
    16 	classVariableNames:''
    16 	classVariableNames:''
    17 	poolDictionaries:''
    17 	poolDictionaries:''
    18 	category:'Kernel-Exceptions-Control'
    18 	category:'Kernel-Exceptions-Errors'
    19 !
    19 !
    20 
    20 
    21 !AssertionFailedError class methodsFor:'documentation'!
    21 !AssertionFailedError class methodsFor:'documentation'!
    22 
    22 
    23 copyright
    23 copyright
    41 ! !
    41 ! !
    42 
    42 
    43 !AssertionFailedError class methodsFor:'documentation'!
    43 !AssertionFailedError class methodsFor:'documentation'!
    44 
    44 
    45 version
    45 version
    46     ^ '$Header: /cvs/stx/stx/libbasic/AssertionFailedError.st,v 1.1 2007-07-12 15:40:19 cg Exp $'
    46     ^ '$Header: /cvs/stx/stx/libbasic/AssertionFailedError.st,v 1.2 2008-09-07 18:32:13 cg Exp $'
    47 ! !
    47 ! !