Guest User

Untitled

a guest
Feb 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. >> class DatabaseError < StandardError; end
  2. => nil
  3. >> DatabaseError
  4. => DatabaseError
  5. >> raise DatabaseError, "Your db is screwed"
  6. DatabaseError: Your db is screwed
  7. from (irb):4
  8. >>
Add Comment
Please, Sign In to add comment