Mercurial > pub > Impl
view Lib/IMPL/Web/ForbiddenException.pm @ 206:c8fe3f84feba
+IMPL::Web::Handlers::ViewSelector
+IMPL::Web::Handlers::ErrorHandler
*IMPL::Web::Handlers::RestController moved types mappings to ViewSelector
author | sergey |
---|---|
date | Thu, 03 May 2012 16:48:39 +0400 |
parents | 6b1dda998839 |
children | 47f77e6409f7 |
line wrap: on
line source
package IMPL::Web::ForbiddenException; use strict; use IMPL::declare { base => { 'IMPL::Web::Exception' => '@_' } }; sub code { 403 } 1; __END__ =pod =head1 NAME C<IMPL::Web::ForbiddenException> - операция не разрешается. =cut