Skip to content

Commit

Permalink
Error = ::Listen::Error
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDKelley committed Jan 14, 2021
1 parent 0dc9b87 commit 7cf4cfd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/listen/event/loop.rb
Expand Up @@ -12,9 +12,8 @@ module Event
class Loop
include Listen::FSM

module Error
NotStarted = ::Listen::Error::NotStarted # for backward compatibility
end
Error = ::Listen::Error
NotStarted = ::Listen::Error::NotStarted # for backward compatibility

start_state :pre_start
state :pre_start
Expand Down

0 comments on commit 7cf4cfd

Please sign in to comment.