class EOAT::Exception::EveApiError
All EveApi
xml errors will be raise this error. It has a method that stores the error number. @see
https://api.eveonline.com/eve/ErrorList.xml.aspx Full error list
Attributes
number[R]
Public Class Methods
new(number)
click to toggle source
@param [Integer] number the custom EVE API error number
# File lib/eoat/exception.rb, line 43 def initialize(number) @number = number end