Skip to content

Commit 3989ee8

Browse files
author
Marcos Kintschner
authored
Merge pull request #42 from h0jeZvgoxFepBQ2C/patch-1
Exception should not be used for CustomErrors, replacing it with StandardError
2 parents 709bfdd + 3f57293 commit 3989ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bigbluebutton_exception.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module BigBlueButton
22

3-
class BigBlueButtonException < Exception
3+
class BigBlueButtonException < StandardError
44
attr_accessor :key
55

66
def to_s

0 commit comments

Comments
 (0)