global

def activate!

Load a plugin, but if an error is encountered, re-throw it
def activate!
  activate
  raise exception if exception
end