the-algorithm/pushservice/src/main/scala/com/twitter/frigate/pushservice/exception/TweetNTabRequestHydratorExc...

8 lines
213 B
Scala

package com.twitter.frigate.pushservice.exception
import scala.util.control.NoStackTrace
class TweetNTabRequestHydratorException(private val message: String)
extends Exception(message)
with NoStackTrace