Method: Ant::Server::Format#fatal

Defined in:
lib/ant/server/format.rb

#fatal(_data) ⇒ Object

an unhandled error ocurred during the execution of the request.



33
34
35
36
# File 'lib/ant/server/format.rb', line 33

def fatal(_data)
  error_format(:fatal, INTERNAL_SERVER_ERROR_CODE,
               INTERNAL_SERVER_ERROR_MESSAGE, {})
end