Sha256: f5439d25da246eb603a8f2aa7dcc7ceae3cd104398caec4561b6e76d302fbb71
Contents?: true
Size: 360 Bytes
Versions: 68
Compression:
Stored size: 360 Bytes
Contents
class CustomCheckedException extends Exception { CustomCheckedException() { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } CustomCheckedException(String message) { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } }
Version data entries
68 entries across 68 versions & 1 rubygems