Package

com.github.gigurra.serviceutils.twitter

service

Permalink

package service

Visibility
  1. Public
  2. All

Type Members

  1. case class ExceptionFilter[T <: Throwable]()(implicit evidence$1: ClassTag[T]) extends SimpleFilter[Request, Response] with ServiceErrors with AutoLoggingOff with Product with Serializable

    Permalink
  2. trait ServiceErrors extends Logging

    Permalink
  3. trait ServiceErrorsWithAutoLogging extends ServiceErrors with AutoLoggingOn

    Permalink
  4. trait ServiceErrorsWithoutAutoLogging extends ServiceErrors with AutoLoggingOff

    Permalink
  5. case class ServiceException(response: Response) extends RuntimeException with Product with Serializable

    Permalink

Value Members

  1. object Responses

    Permalink
  2. object ServiceErrors

    Permalink
  3. object ServiceException extends Serializable

    Permalink
  4. object ServiceExceptionFilter

    Permalink
  5. package stubs

    Permalink

Ungrouped