View Source CMS.NotFoundError exception (cms v0.2.0)
Error that is raised when an item is not found. If plug
is installed in your project then the
Plug.Exception
will be implemented for this type. This means that Phoenix will automatically
convert this exception to a 404 HTTP response.