mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
11 lines
143 B
Python
11 lines
143 B
Python
class NoBakefileFound(RuntimeError):
|
|
pass
|
|
|
|
|
|
class TaskNotInBashfile(ValueError):
|
|
pass
|
|
|
|
|
|
class FilterNotAvailable(ValueError):
|
|
pass
|