blob: c8edc793b43dd7fa01813f02697b7ccf0c3d822f [file] [log] [blame]
/*
* Copyright (c) 2016 Mockito contributors
* This program is made available under the terms of the MIT License.
*/
package org.mockito.internal.exceptions;
public class MockitoLimitations {
public final static String NON_PUBLIC_PARENT = "Mocking methods declared on non-public parent classes is not supported.";
}