package exception
Type Members
- class ExceptionSpec extends AnyFlatSpec with UtilsSpec
- case class MyFirstException(msg: String, cause: Throwable) extends Exception with Product with Serializable
- case class MyFirstRemoteException(msg: String, cause: Throwable) extends MyRemoteException with Product with Serializable
- abstract class MyRemoteException extends Exception
- case class MySecondException(msg: String, cause: Throwable) extends Exception with Product with Serializable