Skip to content

Commit

Permalink
Added @throws tag for handling \Exception in EthQ class
Browse files Browse the repository at this point in the history
owenvoke committed Oct 18, 2017
1 parent 338b287 commit 1c2763d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/EthQ.php
Original file line number Diff line number Diff line change
@@ -189,9 +189,10 @@ protected function splitAbi($abi) {
}
}

/**
* Implement hex value.
*/
/**
* Implement hex value.
* @throws \Exception
*/
public function hexVal() {

// Ethereum requires two's complement.

0 comments on commit 1c2763d

Please sign in to comment.