Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
Misc
8.8K+ articles
Ruby
1.2K+ articles
Exception Handling
12+ articles
Ruby-Built-in-class
10+ articles
Ruby-Multithreading
4+ articles
Ruby-Exception-handling
6 posts
Recent Articles
Popular Articles
Catch and Throw Exception In Ruby
Last Updated: 11 October 2019
An exception is an object of class Exception or a child of that class. Exceptions occurs when the program reaches a state in its execution that's not defined. Now the prog...
read more
Technical Scripter
Ruby
Picked
Ruby-Exception-handling
Raising Exceptions in Ruby
Last Updated: 18 July 2022
An exception is an unwanted or unexpected event, which occurs during the execution of a program i.e at runtime, that disrupts the normal flow of the program’s instructions...
read more
Technical Scripter
Ruby
Picked
Ruby-Exception-handling
Ruby | Exception Handling in Threads | Set - 1
Last Updated: 12 September 2022
Threads can also contain exceptions. In Ruby threads, the only exception arose in the main thread is handled but if an exception arises in the thread(other than main threa...
read more
Ruby
Ruby-Multithreading
Ruby-Exception-handling
Ruby | Exception Class and its Methods
Last Updated: 22 November 2022
An exception is an unwanted or unexpected event, which occurs during the execution of a program, i.e. at runtime, that disrupts the normal flow of the program’s instructio...
read more
Ruby
Ruby-Built-in-class
Ruby-Exception-handling
Ruby | Exception handling
Last Updated: 12 October 2018
In Ruby, exception handling is a process which describes a way to handle the error raised in a program. Here, error means an unwanted or unexpected event, which occurs dur...
read more
Exception Handling
Ruby
Ruby-Exception-handling
Ruby | Exceptions
Last Updated: 18 September 2018
A good program(or programmer) predict error and arrange to handle them in an effective manner. This is not as easy as it sounds. Exceptions are the errors that occur at ru...
read more
Ruby
Ruby-Exception-handling
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !