Exception: GrapeSwagger::Errors::SwaggerSpecDeprecated
- Inherits:
-
SwaggerSpec
- Object
- StandardError
- SwaggerSpec
- GrapeSwagger::Errors::SwaggerSpecDeprecated
- Defined in:
- lib/grape-swagger/errors.rb
Class Method Summary collapse
Class Method Details
.tell!(what) ⇒ Object
11 12 13 |
# File 'lib/grape-swagger/errors.rb', line 11 def tell!(what) warn "[GrapeSwagger] usage of #{what} is deprecated" end |