Exceptions
Base Error Class
TaggedError
import { TaggedError } from 'funkcia/exceptions';
class UserNotFound extends TaggedError {
readonly _tag: 'UserNotFound'
}General Exceptions
UnwrapError
UnknownError
NoValueError
FailedPredicateError
Last updated
Was this helpful?