lib/rest-ftp-daemon/exceptions.rb in rest-ftp-daemon-0.410.2 vs lib/rest-ftp-daemon/exceptions.rb in rest-ftp-daemon-0.410.4
- old
+ new
@@ -15,9 +15,10 @@
class AttributeMissing < RestFtpDaemonException; end
class AssertionFailed < RestFtpDaemonException; end
class UnresolvedTokens < RestFtpDaemonException; end
class LocationParseError < RestFtpDaemonException; end
class UnsupportedScheme < RestFtpDaemonException; end
+ class MissingFfmpegLibraries < RestFtpDaemonException; end
class SourceNotSupported < RestFtpDaemonException; end
class SourceNotFound < RestFtpDaemonException; end
class TargetNotSupported < RestFtpDaemonException; end