abantos / bolt

A task automation tool (similart to grunt) for Python
MIT License
15 stars 8 forks source link

Completed Implementation of Exception Classes #92

Closed CurroRodriguez closed 6 years ago

CurroRodriguez commented 6 years ago

Description

This submission completes the implementation of the provided exception classes, provides new exceptions for common error conditions in task implementations, and documents the significance and use of the provided classes.