Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use custom Error class (inherits DockerException and ValueError)check_resource_not_none | Joffrey F | 2015-04-27 | 1 | -0/+4 |
| | |||||
* | fixed string formatting in errors | nir0s | 2015-02-11 | 1 | -3/+3 |
| | |||||
* | Fix #466 | Joffrey F | 2015-02-01 | 1 | -0/+4 |
| | |||||
* | * Merge branch 'tls' of github.com:momer/docker-py into momer-tls | Joffrey F | 2014-06-23 | 1 | -0/+11 |
| | | | | | | | * Exported TLS configuration in tls.TLSConfig * Merged exceptions packagee into pre-existing errors module * Flake8 fixes * Bug fixes | ||||
* | insert() is no longer available in API >=1.12 | Joffrey F | 2014-06-20 | 1 | -0/+4 |
| | |||||
* | Moved APIError exception to docker.errors module. | Evgeniy L | 2014-04-07 | 1 | -0/+37 |
| | |||||
* | Create scope for docker client specific errors | Evgeniy L | 2014-04-06 | 1 | -0/+24 |
With more granular and specific exceptions user will be able to handle errors properly. Also changed raising of Exception to more specific TypeError which python raises in case of wrong arguments. |