Changeset 3580


Ignore:
Timestamp:
09/04/03 14:55:51 (20 years ago)
Author:
piso
Message:

public ArithmeticError?(String message)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/lisp/ArithmeticError.java

    r3575 r3580  
    33 *
    44 * Copyright (C) 2003 Peter Graves
    5  * $Id: ArithmeticError.java,v 1.1 2003-09-04 14:39:19 piso Exp $
     5 * $Id: ArithmeticError.java,v 1.2 2003-09-04 14:55:51 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    2727    {
    2828    }
     29
     30    public ArithmeticError(String message)
     31    {
     32        super(message);
     33    }
    2934}
Note: See TracChangeset for help on using the changeset viewer.