cgroups: Raise RuntimeError in freeze if no freezer controller

Without this patch, this will result in an error due to trying to call
`.cgroup` on None. Making this a RuntimeError instaed means that a) you
get a more useful error message and b) you can catch the exception
without blanket `except Exception as e`.
1 file changed
tree: c7fee1d209a3cc478800dd30c4bf5eee83319131
  1. devlib/
  2. doc/
  3. src/
  4. .gitignore
  5. README.rst
  6. setup.py