abstract class NotFoundAnomaly(val message: String, val causedBy: Option[Throwable]) extends Anomaly with NotFound with Product with Serializable
- Companion
- object
trait NotFound
class Anomaly
class AnomalyLike
trait AnomalyBase
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
object NotFoundAnomaly