Remove unused type
This commit is contained in:
parent
d5d3a93141
commit
b7b6d0ae00
|
@ -12,12 +12,6 @@ pub enum Error {
|
|||
Other(String),
|
||||
}
|
||||
|
||||
/// An EPP XML error
|
||||
#[derive(Debug)]
|
||||
pub struct EppCommandError {
|
||||
pub epp_error: ResponseStatus,
|
||||
}
|
||||
|
||||
impl std::error::Error for Error {}
|
||||
|
||||
impl Display for Error {
|
||||
|
|
Loading…
Reference in New Issue