lib/berkshelf/errors.rb in berkshelf-0.2.0 vs lib/berkshelf/errors.rb in berkshelf-0.3.0

- old
+ new

@@ -15,6 +15,7 @@ class GitError < BerkshelfError; status_code(104); end class DuplicateSourceDefined < BerkshelfError; status_code(105); end class NoSolution < BerkshelfError; status_code(106); end class CookbookSyntaxError < BerkshelfError; status_code(107); end class UploadFailure < BerkshelfError; status_code(108); end + class KnifeConfigNotFound < BerkshelfError; status_code(109); end end