blob: 9f9125f3300f8dfbf24298d2ff24e967cd227124 [file] [log] [blame]
// Copyright 2011 Google Inc. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package com.google.typography.font.compression;
public class CommandException extends Exception {
public CommandException(String message) {
super(message);
}
}