Sha256: fffdfe3bd8521a5046ebd5a8437f8e38a5a9030b1c4e40c71b03ee9406f3b9b5
Contents?: true
Size: 541 Bytes
Versions: 7
Compression:
Stored size: 541 Bytes
Contents
(****************************************************************** Application error reported to user. No operation in the model. ******************************************************************) macro pet_application_error( msg ) { print <<msg>>; skip; } (****************************************************************** An unexpected error has occurred No operation in the model. ******************************************************************) macro pet_system_error( msg ) { print <<msg>>; skip; }
Version data entries
7 entries across 7 versions & 1 rubygems