Skip to content

Error In UserGuide #2530

Description

@devajmeireles

Where
In Error Handling from UserGuide of CodeIgniter 4

Error
The explanation about RedirectException say that a way to throw new exception is:
throw new CodeIgniterRouterExceptionsRedirectException($route, 301), but the correct way is:
throw new \CodeIgniter\Router\Exceptions\RedirectException($route, 301);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions