blob: ee09e99f7baff410774fa15ca803f6408cc62086 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.i18n.phonenumbers;
/** Exception class for cases when expected metadata cannot be found.
* @hide This class is not part of the Android public SDK API*/
public final class MissingMetadataException extends IllegalStateException {
public MissingMetadataException(String message) {
super(message);
}
}