Class.hs 217 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 module Gargantext.API.Errors.Class where import Control.Lens import Gargantext.API.Admin.Auth.Types (AuthenticationError) class HasAuthenticationError e where _AuthenticationError :: Prism' e AuthenticationError