lib/vagrant-libvirt/errors.rb in vagrant-libvirt-0.6.3 vs lib/vagrant-libvirt/errors.rb in vagrant-libvirt-0.7.0
- old
+ new
@@ -179,8 +179,12 @@
end
class DeleteSnapshotError < VagrantLibvirtError
error_key(:delete_snapshot_error)
end
+
+ class SerialCannotCreatePathError < VagrantLibvirtError
+ error_key(:serial_cannot_create_path_error)
+ end
end
end
end