"Thrown when a negative number is not allowed."
shared class NegativeNumberException()
        extends Exception("Negative number", null) {}