async-interop / event-loop

An event loop interface for interoperability in PHP.
MIT License
170 stars 9 forks source link

Operations on Invalid Watchers Must Throw #61

Closed kelunik closed 8 years ago

kelunik commented 8 years ago

All operations like disable, enable, cancel with an invalid (non-existent) watcher ID MUST throw an exception. We need to add it to the phpDoc and create a base exception for that.

bwoebi commented 8 years ago

Duplicate of #58.