Removed comment
as suggested by @soenkehahn
This commit is contained in:
parent
c311f1a90b
commit
deb2ccaab0
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ data ServantErr = ServantErr { errHTTPCode :: Int
|
|||
, errHeaders :: [HTTP.Header]
|
||||
} deriving (Show, Eq, Read, Typeable)
|
||||
|
||||
-- Make ServantErr throwable:
|
||||
instance Exception ServantErr
|
||||
|
||||
responseServantErr :: ServantErr -> Response
|
||||
|
|
Loading…
Reference in a new issue