mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-14 00:11:23 +00:00
11 lines
241 B
Java
11 lines
241 B
Java
package org.kohsuke.github;
|
|
|
|
/**
|
|
* This exception is thrown when GitHub is requesting an OTP from the user
|
|
*
|
|
* @author Kevin Harrington mad.hephaestus@gmail.com
|
|
*/
|
|
public class GHOTPRequiredException extends GHIOException {
|
|
// ...
|
|
}
|