13d736bc13c9d3d4f87e1295a215bbe13af49e7b4Yohann Roussel/*
23d736bc13c9d3d4f87e1295a215bbe13af49e7b4Yohann Roussel * Copyright (C) 2014 The Android Open Source Project
33d736bc13c9d3d4f87e1295a215bbe13af49e7b4Yohann Roussel *
43d736bc13c9d3d4f87e1295a215bbe13af49e7b4Yohann Roussel * Licensed under the Apache License, Version 2.0 (the "License");
53d736bc13c9d3d4f87e1295a215bbe13af49e7b4Yohann Roussel * you may not use this file except in compliance with the License.
63d736bc13c9d3d4f87e1295a215bbe13af49e7b4Yohann Roussel * You may obtain a copy of the License at
73d736bc13c9d3d4f87e1295a215bbe13af49e7b4Yohann Roussel *
83d736bc13c9d3d4f87e1295a215bbe13af49e7b4Yohann Roussel *      http://www.apache.org/licenses/LICENSE-2.0
93d736bc13c9d3d4f87e1295a215bbe13af49e7b4Yohann Roussel *
103d736bc13c9d3d4f87e1295a215bbe13af49e7b4Yohann Roussel * Unless required by applicable law or agreed to in writing, software
113d736bc13c9d3d4f87e1295a215bbe13af49e7b4Yohann Roussel * distributed under the License is distributed on an "AS IS" BASIS,
123d736bc13c9d3d4f87e1295a215bbe13af49e7b4Yohann Roussel * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
133d736bc13c9d3d4f87e1295a215bbe13af49e7b4Yohann Roussel * See the License for the specific language governing permissions and
143d736bc13c9d3d4f87e1295a215bbe13af49e7b4Yohann Roussel * limitations under the License.
153d736bc13c9d3d4f87e1295a215bbe13af49e7b4Yohann Roussel */
163d736bc13c9d3d4f87e1295a215bbe13af49e7b4Yohann Roussel
173d736bc13c9d3d4f87e1295a215bbe13af49e7b4Yohann Rousselpackage com.android.multidexlegacyandexception;
183d736bc13c9d3d4f87e1295a215bbe13af49e7b4Yohann Roussel
193d736bc13c9d3d4f87e1295a215bbe13af49e7b4Yohann Rousselpublic class ExceptionInMainDex extends SuperExceptionInMainDex {
203d736bc13c9d3d4f87e1295a215bbe13af49e7b4Yohann Roussel}
21