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