1/*
2 * Copyright (c) 2007 Mockito contributors
3 * This program is made available under the terms of the MIT License.
4 */56/**
7 * Base classes for exceptions and errors, stack trace filtering/removing logic.
8 */9packageorg.mockito.exceptions.base;
10