lib/csd/application/minisip/error.rb in csd-0.3.3 vs lib/csd/application/minisip/error.rb in csd-0.3.4
- old
+ new
@@ -10,9 +10,10 @@
class BuildDirNotFound < CSDError; status_code(200); end
class Amd64NotSupported < CSDError; status_code(201); end
module Core
class FFmpegInstalled < CSDError; status_code(210); end
+ class PackagingNeedsInstalledMinisip < CSDError; status_code(220); end
end
end
end
end
\ No newline at end of file