
Package =TWiki::AccessControlException | ||||||||
| Deleted: | ||||||||
| < <  | extends Error | |||||||
| Added: | ||||||||
| > >  | Exception used raise an access control violation. This exception has the
following fields: 
  | |||||||
| Changed: | ||||||||
| < <  | Exception used raise an access control violation. | |||||||
| > >  | The exception may be thrown by plugins. If a plugin throws the exception, it | |||||||
| Added: | ||||||||
| > >  | will normally be caught and the browser redirected to a login screen (if the user is not logged in) or reported (if they are and just don't have access). | |||||||
| 
 On this page:  
 
ClassMethod new ($mode,$user,$web,$topic,$reason)
  | ||||||||
| Changed: | ||||||||
| < <  |  
  | |||||||
| > >  |  
  | |||||||
 
 $e->{web} and $e->{reason}
ObjectMethod stringify () -> $string | ||||||||
| Changed: | ||||||||
| < <  | Generate a summary string | |||||||
| > >  | Generate a summary string. This is mainly for debugging. | |||||||
Package =TWiki::AccessControlExceptionextends Error Exception used raise an access control violation.On this page:  
 
ClassMethod new ($mode,$user,$web,$topic,$reason)
 $e->{web} and $e->{reason}
ObjectMethod stringify () -> $stringGenerate a summary string |