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