Home | History | Annotate | Download | only in base
      1 /*
      2  * Copyright (c) 2007 Mockito contributors
      3  * This program is made available under the terms of the MIT License.
      4  */
      5 
      6 /**
      7  * Base classes for exceptions and errors, stack trace filtering/removing logic.
      8  */
      9 package org.mockito.exceptions.base;
     10