Added exceptions to gpio class
This commit is contained in:
9
lib/Exception/HardwareException.php
Normal file
9
lib/Exception/HardwareException.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace NoccyLabs\Gpio\Exception;
|
||||
|
||||
use NoccyLabs\Gpio\GpioPin;
|
||||
|
||||
class HardwareException extends \Exception
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user