mirror of https://github.com/coddrago/Heroku
Inherit `StopLoop` from `Exception` so the python doesn't piss off
parent
1b846a6e1b
commit
0bb34f9966
|
@ -29,7 +29,7 @@ class LoadError(Exception):
|
||||||
return self._error
|
return self._error
|
||||||
|
|
||||||
|
|
||||||
class StopLoop:
|
class StopLoop(Exception):
|
||||||
"""Stops the loop, in which is raised"""
|
"""Stops the loop, in which is raised"""
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue