ErrorFromThrowable

You can implement this trait for your own error type A, and give a implicit instance in order to use the functionality requiring it, e.g., in urldsl.vocabulary.FromString.

You can implement this trait for your own error type A, and give a implicit instance in order to use the functionality requiring it, e.g., in urldsl.vocabulary.FromString.

Type Params
A

tye type of your error.

class Object
trait Matchable
class Any

Value members

Abstract methods

def fromThrowable(throwable: Throwable): A