scragg0x / realms-wiki

Git based wiki inspired by Gollum
http://realms.io
GNU General Public License v2.0
833 stars 91 forks source link

Cause an error when trying to hook invalid HookMixin method #154

Closed gazpachoking closed 7 years ago

gazpachoking commented 7 years ago

Just causes an error if you try to hook something non-supported by an HookMixin subclass. Shouldn't ever happen at runtime, but will make programming errors more visible. I accidentally broke the search module Wiki hooks when moving stuff to WikiPage, and thought this would be helpful to make that sort of thing more noticable.