Exception: GDS::SSO::ControllerMethods::PermissionDeniedException

Inherits:
PermissionDeniedError show all
Defined in:
lib/gds-sso/controller_methods.rb

Overview

TODO: remove this for the next major release

Instance Method Summary collapse

Constructor Details

#initializePermissionDeniedException

Returns a new instance of PermissionDeniedException.



9
10
11
12
# File 'lib/gds-sso/controller_methods.rb', line 9

def initialize(...)
  warn "GDS::SSO::ControllerMethods::PermissionDeniedException is deprecated, please replace with GDS::SSO::PermissionDeniedError"
  super(...)
end