Welcome to BlogOutOfBounds!
Hello! BlogOutOfBoundsExcep.. Sorry.. BlogOutOfBounds is live now! Here, the news about various topics (like technology, programming, development, lifestyle, music) that may important or beneficial will be gathered for you all. This blog is mostly for developers or the people that has interest to development or technologies.
def welcome_to_blog(name)
begin
puts "Hi, #{name}"
start_welcoming_process(name)
rescue BlogOutOfBoundsException => e
puts "Raising Exception: #{e.class}"
raise e.class, "Message: #{e.message}"
end
welcome_to_blog('You, Yes YOU')
You can check out my personal website now. If you have questions, you can ask them on my email address.