rakutentech / docpub

DocPub is a command line utility for converting a folder structure of markdown files to HTML and uploading the result to Zendesk.
MIT License
12 stars 16 forks source link

Add typed errors #9

Open SwinX opened 7 years ago

SwinX commented 7 years ago

Now in all cases generic errors are being reported, need to make them more specific and make error messages more verbose For each class of errors need to add specific type inheriting from Error. Message should return detailed information about the case.