/* For Copyright and License see LICENSE.txt and COPYING.txt in the root directory */ package com.nerdscentral.sython; public class GiveUpException extends Exception { private static final long serialVersionUID = 1L; }