eZ\Publish\Core\REST\Server\Controller\Root::catchAll PHP 메소드

catchAll() 공개 메소드

Catch-all for REST requests.
public catchAll ( )
    public function catchAll()
    {
        throw new NotFoundException('No such route');
    }