Exception: Sinatra::SwaggerExposer::SwaggerInvalidException

Inherits:
Exception
  • Object
show all
Defined in:
lib/sinatra/swagger-exposer/swagger-invalid-exception.rb

Overview

When something is wrong

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ SwaggerInvalidException

Returns a new instance of SwaggerInvalidException.



8
9
10
# File 'lib/sinatra/swagger-exposer/swagger-invalid-exception.rb', line 8

def initialize(message)
  super(message)
end