Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 268 Bytes

exceptions.md

File metadata and controls

15 lines (10 loc) · 268 Bytes

Exception Handling in Crystal-lang

{id: exceptions}

Catch exception - begin, rescue

{id: catch-exception} {i: begin} {i: rescue}

Raise exception

{id: raise-exception}