MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Exceptionalcreatures.com most likely does not offer any malicious content.
Secure connection support
HTTPS
Exceptionalcreatures.com provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Exceptionalcreatures.com most likely does not offer any adult content.
Audience
-
Bounce rate
-
Time on site
02:13
AVG
-
Gender
Men
N/A
Women
N/A
Popular pages
-
Ruby's Exceptional Creatures
Exceptional Creatures is Honeybadger.io's documentation of Ruby's exception system, with a twist. Collect them all!
-
Advanced Exception Objects - Exceptional Creatures
Advanced Exception Objects We've seen how you can retrieve the exception object when rescuing: begin ... rescue StandardError => e puts "Got the exception object: #{ e }" end Now let's dig in and...
-
Advanced Rescue & Raise - Exceptional Creatures
Advanced Rescue & Raise rescue and raise syntax. In this chapter I'm going to show you how to harness that power. If the beginning of the chapter is old-news to you, stick with it! By the end, we'll ...
-
Ruby's Exception Class - Exceptional Creatures
The Exception class in Ruby is what all other errors inherit from; it's the top level exception, and it should very rarely — if ever — be rescued. In fact, some obscure bugs can actually be caused by...
-
Extending Ruby Exceptions - Exceptional Creatures
Extending Ruby Exceptions dangerous. Ruby is a supremely flexible language. It lets you modify the behavior of core systems, and exceptions are no different. We can use techniques like monkey-patchin...
-
What are Ruby Exceptions? - Exceptional Creatures
What are Ruby Exceptions? Exceptions are Ruby's way of dealing with unexpected events. If you've ever made a typo in your code, causing your program to crash with a message like NoMethodError then yo...