Skip to content

Commit

Permalink
check type
Browse files Browse the repository at this point in the history
  • Loading branch information
pocke committed Jan 12, 2015
1 parent cdbd2a7 commit db364bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ func (e *EventNotDefined) Error() string {
func (e *EventNotDefined) EventName() string {
return e.eventName
}

var _ error = newEventNotDefined("foo")

0 comments on commit db364bc

Please sign in to comment.