1*7f8f2456SAndreas Gohr<?php 2*7f8f2456SAndreas Gohr 3*7f8f2456SAndreas Gohrnamespace IXR\Exception; 4*7f8f2456SAndreas Gohr 5*7f8f2456SAndreas Gohr 6*7f8f2456SAndreas Gohrclass ServerException extends \Exception 7*7f8f2456SAndreas Gohr{ 8*7f8f2456SAndreas Gohr 9*7f8f2456SAndreas Gohr} 10