lib/csd/application/minisip/error.rb in csd-0.1.17 vs lib/csd/application/minisip/error.rb in csd-0.1.18

- old
+ new

@@ -6,9 +6,10 @@ module Minisip # See 'csd/error' to find out which status code range has been assigned to MiniSIP class BuildDirNotFound < CSDError; status_code(200); end + class Amd64NotSupported < CSDError; status_code(201); end module Core class FFmpegInstalled < CSDError; status_code(210); end end \ No newline at end of file