GranblueError should not require input param
This commit is contained in:
parent
44e92733d3
commit
f86aa30791
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ module Api
|
||||||
module V1
|
module V1
|
||||||
# This is the base error that we inherit from for application errors
|
# This is the base error that we inherit from for application errors
|
||||||
class GranblueError < StandardError
|
class GranblueError < StandardError
|
||||||
def initialize(data)
|
def initialize(data = '')
|
||||||
@data = data
|
@data = data
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue