1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 11:43:22 +02:00
- Removed `SnoozeError` reference
This commit is contained in:
Tristan B. Velloza Kildaire 2023-10-23 22:30:59 +02:00
parent fca776c29b
commit 78ba1d8559

View File

@ -906,11 +906,6 @@ public class Client : Thread
// TODO: Could deallocate here // TODO: Could deallocate here
throw new BirchwoodException(ErrorType.INTERNAL_FAILURE, e.toString()); throw new BirchwoodException(ErrorType.INTERNAL_FAILURE, e.toString());
} }
catch(SnoozeError e)
{
// TODO: Coudl deallocate here
throw new BirchwoodException(ErrorType.INTERNAL_FAILURE, e.toString());
}
} }
// TODO: Do actual liveliness check here // TODO: Do actual liveliness check here
else else