Exception: Lunetas::Error::BuildError

Inherits:
BaseError
  • Object
show all
Defined in:
lib/lunetas/error.rb

Instance Method Summary collapse

Methods inherited from BaseError

#to_json, #to_s

Instance Method Details

#codeObject



26
27
28
# File 'lib/lunetas/error.rb', line 26

def code
  405 
end

#messageObject



29
30
31
# File 'lib/lunetas/error.rb', line 29

def message
  "Build error"
end