* forgot to add state_error class
This commit is contained in:
parent
3e269f2551
commit
331c13d858
|
|
@ -0,0 +1,7 @@
|
|||
module JamRuby
|
||||
# this exception can be thrown if the server is not in a state that allows the operation to succeed
|
||||
# however, it's not necessarily a bad thing; it just means
|
||||
class StateError < Exception
|
||||
|
||||
end
|
||||
end
|
||||
Loading…
Reference in New Issue