class GeoserverMigrations::Engine
class AccessDenied < ::StandardError #:nodoc:
include ExceptionsMixin def initialize(str='Access denied: you do not have the right permissions for the requested action.') super(str) end
end
Constants
- GEOSERVER_MIGRATIONS_CONFIG