lib/ecoportal/api/errors/time_out.rb in ecoportal-api-0.10.5 vs lib/ecoportal/api/errors/time_out.rb in ecoportal-api-0.10.6
- old
+ new
@@ -1,8 +1,11 @@
module Ecoportal
module API
module Errors
class TimeOut < Errors::Base
end
+
+ class StartTimeOut < TimeOut
+ end
end
end
end