alfred4s.exceptions

Members list

Type members

Classlikes

final case class Failure(title: String, subtitle: String) extends RuntimeException, NoStackTrace

This exception can be thrown using alfred4s.fail to cntrol your workflow's flow and fail fast. It will be captured by alfred4s.app and appropiately returned to the user as an "error" item.

This exception can be thrown using alfred4s.fail to cntrol your workflow's flow and fail fast. It will be captured by alfred4s.app and appropiately returned to the user as an "error" item.

Attributes

Supertypes
trait Product
trait Equals
trait NoStackTrace
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all