Catches SecurityErrors if $SAFE is set
# File lib/pry/exceptions.rb, line 28 def self.===(exception) $SAFE > 0 && SecurityError === exception end