blob: 29c7d07786ebd7dbf0f802ffdb17b72767811d4e [file] [log] [blame]
package org.apache.shiro.spring.config.web.autoconfigure.exception;
/**
* This exception should be thrown if not bean of type {@link Realm} found.
*
*/
public class NoRealmBeanConfiguredException extends RuntimeException {
}