lib/webhook_system.rb in webhook_system-0.1.1 vs lib/webhook_system.rb in webhook_system-1.0.0

- old
+ new

@@ -11,9 +11,10 @@ autoload :Dispatcher autoload :SubscriptionTopic autoload :Job autoload :Encoder autoload :BaseEvent + autoload :EventLog # Error raised when there is an issue with decoding the payload class DecodingError < RuntimeError end