
io.muserver.rest.NotMatchedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mu-server Show documentation
Show all versions of mu-server Show documentation
A simple but powerful web server framework
The newest version!
package io.muserver.rest;
/**
* Thrown when a resource is not matched to a request
*/
class NotMatchedException extends Exception {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy